diff options
| author | Matthew Sackman <matthew@lshift.net> | 2009-09-23 15:33:05 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2009-09-23 15:33:05 +0100 |
| commit | 57f3b795d931899c8a1da7314d08bb3f0070691f (patch) | |
| tree | d3211b13b203c3c71609c249d7abc45a07c60c52 | |
| parent | 201a9d85e0d434f19de946625c9036e81d7f8d24 (diff) | |
| download | rabbitmq-server-git-57f3b795d931899c8a1da7314d08bb3f0070691f.tar.gz | |
english is better
| -rw-r--r-- | src/rabbit_msg_store.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_msg_store.erl b/src/rabbit_msg_store.erl index 9bafe6592a..3634975b40 100644 --- a/src/rabbit_msg_store.erl +++ b/src/rabbit_msg_store.erl @@ -112,7 +112,7 @@ %% The components: %% -%% MsgLocation: this is a ets table which contains: +%% MsgLocation: this is an ets table which contains: %% {MsgId, RefCount, File, Offset, TotalSize, Attrs} %% FileSummary: this is an ets table which contains: %% {File, ValidTotalSize, ContiguousTop, Left, Right} |
