summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2009-09-23 15:33:05 +0100
committerMatthew Sackman <matthew@lshift.net>2009-09-23 15:33:05 +0100
commit2a2283235123404900abc81f20a23774297d2300 (patch)
treed3211b13b203c3c71609c249d7abc45a07c60c52
parent8068807e42b24cfba29884118f5e16a43cd2c1a5 (diff)
downloadrabbitmq-server-2a2283235123404900abc81f20a23774297d2300.tar.gz
english is better
-rw-r--r--src/rabbit_msg_store.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_msg_store.erl b/src/rabbit_msg_store.erl
index 9bafe659..3634975b 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}