summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }) ->