diff options
| author | Matthew Sackman <matthew@lshift.net> | 2010-01-21 14:24:23 +0000 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2010-01-21 14:24:23 +0000 |
| commit | 686708b6ee829b5c2e9d2863eddbeab05d0ac8b1 (patch) | |
| tree | 384bcc3fed3c241b85f94d7d3821b8ad1b5a9674 /src | |
| parent | 91fda7dfb7aec70a24de0419e9717a2758589086 (diff) | |
| download | rabbitmq-server-git-686708b6ee829b5c2e9d2863eddbeab05d0ac8b1.tar.gz | |
doc improvement
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_queue_index.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_queue_index.erl b/src/rabbit_queue_index.erl index cc868598db..98c86cff24 100644 --- a/src/rabbit_queue_index.erl +++ b/src/rabbit_queue_index.erl @@ -100,8 +100,8 @@ %% This module is also responsible for scanning the queue index files %% and seeding the message store on start up. -%% Note that in general, the representation of a message as the tuple: -%% {('no_pub'|{MsgId, IsPersistent}), ('del'|'no_del'), +%% Note that in general, the representation of a message's state as +%% the tuple: {('no_pub'|{MsgId, IsPersistent}), ('del'|'no_del'), %% ('ack'|'no_ack')} is richer than strictly necessary for most %% operations. However, for startup, and to ensure the safe and %% correct combination of journal entries with entries read from the |
