diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2010-10-21 13:12:27 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2010-10-21 13:12:27 +0100 |
| commit | 2f47413694aa5b98d2c26487f73a2939533ff4eb (patch) | |
| tree | 10529eca6097b05d2f33d4f2f0ba03a0035d817b | |
| parent | de2901343a617a689fcc3d410fab5cb9299379a9 (diff) | |
| download | rabbitmq-server-git-2f47413694aa5b98d2c26487f73a2939533ff4eb.tar.gz | |
Textuality
| -rw-r--r-- | src/rabbit_backing_queue.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_backing_queue.erl b/src/rabbit_backing_queue.erl index 4f71c1a8e1..352e76fd0c 100644 --- a/src/rabbit_backing_queue.erl +++ b/src/rabbit_backing_queue.erl @@ -69,8 +69,8 @@ behaviour_info(callbacks) -> %% (i.e. saves the round trip through the backing queue). {publish_delivered, 4}, - %% Drop messages in the queue while the supplied predicate - %% returns true and return the new state. + %% Drop messages from the head of the queue while the supplied + %% predicate returns true. {dropwhile, 2}, %% Produce the next message. |
