diff options
| -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 7d97cd4ff0..3b06ef552c 100644 --- a/src/rabbit_variable_queue.erl +++ b/src/rabbit_variable_queue.erl @@ -929,7 +929,7 @@ convert_to_lazy(State) -> false -> %% When pushing messages to disk, we might have been %% blocked by the msg_store, so we need to see if we have - %% to wait for more credit, and the keep paging messages. + %% to wait for more credit, and then keep paging messages. %% %% The amqqueue_process could have taken care of this, but %% between the time it receives the bump_credit msg and |
