summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-10-21 13:12:27 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2010-10-21 13:12:27 +0100
commit993fd4a1ed29412237886b511830d508e10fdd0e (patch)
tree10529eca6097b05d2f33d4f2f0ba03a0035d817b
parent223169c50fd88e97695a04ea1559b4682389b1d9 (diff)
downloadrabbitmq-server-993fd4a1ed29412237886b511830d508e10fdd0e.tar.gz
Textuality
-rw-r--r--src/rabbit_backing_queue.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_backing_queue.erl b/src/rabbit_backing_queue.erl
index 4f71c1a8..352e76fd 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.