diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2018-04-23 19:37:57 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2018-04-23 19:37:57 +0300 |
| commit | c92eb7ad540fa43f10612ea8c97e72a6f2128c4f (patch) | |
| tree | 6aa4012a6243fc79ec3c30aa941ef28590c3220f | |
| parent | a6a546f0186402da152149b108bee5d1b2c7f9d9 (diff) | |
| download | rabbitmq-server-git-c92eb7ad540fa43f10612ea8c97e72a6f2128c4f.tar.gz | |
Fix a typo
[ci skip]
| -rw-r--r-- | src/rabbit_variable_queue.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_variable_queue.erl b/src/rabbit_variable_queue.erl index aed3c9d7c9..9ca9874059 100644 --- a/src/rabbit_variable_queue.erl +++ b/src/rabbit_variable_queue.erl @@ -2466,7 +2466,7 @@ reduce_memory_use(State = #vqstate { %% If blocked by the credit flow - the credit grant will resume processing, %% if limited by a batch - the batch continuation message should be sent. %% The continuation message will be prioritised over publishes, - %% but not cinsumptions, so the queue can make progess. + %% but not consumptions, so the queue can make progess. Blocked = credit_flow:blocked(), case {Blocked, NeedResumeA2B orelse NeedResumeB2D} of %% Credit bump will continue paging |
