summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-08-15 16:42:18 +0100
committerSimon MacMullen <simon@rabbitmq.com>2011-08-15 16:42:18 +0100
commit397ee3b8f131178033996bb194efb3c1ac91b77a (patch)
tree0f958e24aa37d499206cfb45e7ff04075ccf16cb
parent0ea7d6acf47475b894db5857e2ddd942dc548f51 (diff)
downloadrabbitmq-server-397ee3b8f131178033996bb194efb3c1ac91b77a.tar.gz
Oops
-rw-r--r--src/mirrored_supervisor.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mirrored_supervisor.erl b/src/mirrored_supervisor.erl
index 7f99ac6f..70a0627a 100644
--- a/src/mirrored_supervisor.erl
+++ b/src/mirrored_supervisor.erl
@@ -276,7 +276,7 @@ find_call(Sup, Id, Msg) ->
_ = '_'},
%% If we did this inside a tx we could still have failover
%% immediately after the tx - we can't be 100% here. So we may as
- %% well direct_select.
+ %% well dirty_select.
case mnesia:dirty_select(?TABLE, [{MatchHead, [], ['$1']}]) of
[Mirror] -> ?GEN_SERVER:call(Mirror, Msg, infinity);
[] -> {error, not_found}