summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2011-03-04 18:30:06 +0000
committerMatthias Radestock <matthias@rabbitmq.com>2011-03-04 18:30:06 +0000
commitab3668ec2104d35a57efdf828db521ecbb5a0dac (patch)
tree348e6ebdc9a3afae62c7ad848c2f2ef347e4607c
parent87d9ba2a4387a56f228f6e2ffc54a354b8e6a67d (diff)
downloadrabbitmq-server-ab3668ec2104d35a57efdf828db521ecbb5a0dac.tar.gz
guid -> msg_id
-rw-r--r--src/rabbit_backing_queue.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_backing_queue.erl b/src/rabbit_backing_queue.erl
index 6a21e10f..03c1fdd1 100644
--- a/src/rabbit_backing_queue.erl
+++ b/src/rabbit_backing_queue.erl
@@ -62,7 +62,7 @@ behaviour_info(callbacks) ->
{fetch, 2},
%% Acktags supplied are for messages which can now be forgotten
- %% about. Must return 1 guid per Ack, in the same order as Acks.
+ %% about. Must return 1 msg_id per Ack, in the same order as Acks.
{ack, 2},
%% A publish, but in the context of a transaction.