summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-03-30 14:22:42 +0100
committerSimon MacMullen <simon@rabbitmq.com>2011-03-30 14:22:42 +0100
commitbae88c4882efc2790d46baf8743fb6d358a1a98c (patch)
treeed2062d83eeec9588ed766aad1b6e3fa866ab161 /src
parentd7938cad8df1662013c9535018796b3b2ebe024f (diff)
downloadrabbitmq-server-git-bae88c4882efc2790d46baf8743fb6d358a1a98c.tar.gz
Correct comment.
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_misc.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_misc.erl b/src/rabbit_misc.erl
index ad59edae9e..93fe276669 100644
--- a/src/rabbit_misc.erl
+++ b/src/rabbit_misc.erl
@@ -404,7 +404,7 @@ execute_mnesia_transaction(TxFun, PrePostCommitFun) ->
end), false).
%% Like execute_mnesia_transaction/2, but TxFun is expected to return a
-%% TailFun which gets called immediately before and after the tx commit
+%% TailFun which gets called (only) immediately after the tx commit
execute_mnesia_tx_with_tail(TxFun) ->
case mnesia:is_transaction() of
true -> execute_mnesia_transaction(TxFun);