summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2009-06-19 18:26:39 +0100
committerMatthew Sackman <matthew@lshift.net>2009-06-19 18:26:39 +0100
commitf39bd2efcc19fc5ac8983fd78a542887f347fa6f (patch)
treebf94f2da95b1e1165083faacf3a5b9918eaded0b
parente2735d50ed60bf8882c536cd2439bdf0a4a3a055 (diff)
downloadrabbitmq-server-git-f39bd2efcc19fc5ac8983fd78a542887f347fa6f.tar.gz
comment typeo
-rw-r--r--src/rabbit_disk_queue.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_disk_queue.erl b/src/rabbit_disk_queue.erl
index 6374fc6fe2..0dcbb5ae00 100644
--- a/src/rabbit_disk_queue.erl
+++ b/src/rabbit_disk_queue.erl
@@ -775,7 +775,7 @@ internal_read_message(Q, ReadSeqId, FakeDeliver, ReadMsg, State) ->
%% it's not in the cache and we only
%% have 1 queue with the message. So
%% don't bother putting it in the
- %% queue.
+ %% cache.
ok;
_ -> insert_into_cache(Message, BodySize, State1)
end,