summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2015-10-10 15:08:07 +0300
committerMichael Klishin <mklishin@pivotal.io>2015-10-10 15:08:07 +0300
commit199d5a96e8d492de14ae4a6410163a927be84272 (patch)
treea676e2be9540f18d92c3c18f408ae4a8fb943867 /src
parentc863a81e480fcfe08271588d9e630e3e782939f6 (diff)
downloadrabbitmq-server-git-199d5a96e8d492de14ae4a6410163a927be84272.tar.gz
Wording
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_mirror_queue_master.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_mirror_queue_master.erl b/src/rabbit_mirror_queue_master.erl
index 6f30c19879..ee3a097a80 100644
--- a/src/rabbit_mirror_queue_master.erl
+++ b/src/rabbit_mirror_queue_master.erl
@@ -261,7 +261,7 @@ batch_publish(Publishes, ChPid, Flow,
MsgSizes),
BQS1 = BQ:batch_publish(Publishes2, ChPid, Flow, BQS),
ensure_monitoring(ChPid, State #state { backing_queue_state = BQS1 }).
-%% [0] When the slave process the publish instruction, it sets the
+%% [0] When the slave process handles the publish command, it sets the
%% IsDelivered flag to true, so to avoid iterating over the messages
%% again at the slave, we do it here.