summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2011-05-23 16:48:34 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2011-05-23 16:48:34 +0100
commitd8d15f29478db155af8cc428052cde92573ddb4d (patch)
tree77dacec16e56efab69e7efef00e2581150ebcea1
parentef7511bd205f45762757e9bb6c1fb00a6b824cdf (diff)
downloadrabbitmq-server-git-d8d15f29478db155af8cc428052cde92573ddb4d.tar.gz
Update comment
-rw-r--r--src/rabbit_mirror_queue_slave.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_mirror_queue_slave.erl b/src/rabbit_mirror_queue_slave.erl
index b6aaecb79f..c7ff44807c 100644
--- a/src/rabbit_mirror_queue_slave.erl
+++ b/src/rabbit_mirror_queue_slave.erl
@@ -337,7 +337,7 @@ bq_init(BQ, Q, Recover) ->
run_backing_queue(rabbit_mirror_queue_master, Fun, State) ->
%% Yes, this might look a little crazy, but see comments in
- %% local_sender_death/2
+ %% confirm_sender_death/1
Fun(?MODULE, State);
run_backing_queue(Mod, Fun, State = #state { backing_queue = BQ,
backing_queue_state = BQS }) ->