summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2009-07-09 11:37:10 +0100
committerMatthew Sackman <matthew@lshift.net>2009-07-09 11:37:10 +0100
commit43b0c22c9b5fd2f0990e3ca6a35cab1e6959de88 (patch)
treea54ab387407467a20dba39aab78932f0750edde7
parent638246ba369774db9ad268dc6a8bb68d3b7b8a59 (diff)
downloadrabbitmq-server-git-43b0c22c9b5fd2f0990e3ca6a35cab1e6959de88.tar.gz
minor documentation fix.
-rw-r--r--src/rabbit_disk_queue.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rabbit_disk_queue.erl b/src/rabbit_disk_queue.erl
index 763e544d7e..27be0eebfe 100644
--- a/src/rabbit_disk_queue.erl
+++ b/src/rabbit_disk_queue.erl
@@ -110,8 +110,7 @@
%% rabbit_disk_queue: this is an mnesia table which contains:
%% #dq_msg_loc { queue_and_seq_id = {Q, SeqId},
%% is_delivered = IsDelivered,
-%% msg_id = MsgId,
-%% next_seq_id = SeqId
+%% msg_id = MsgId
%% }
%%