summaryrefslogtreecommitdiff
path: root/src
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
commit30b3e146747b9b67b90bafb3d6bef2abb31c85c7 (patch)
tree0f958e24aa37d499206cfb45e7ff04075ccf16cb /src
parent6fef41e263e41312e5d63e34eb7dd1719c60fae5 (diff)
downloadrabbitmq-server-git-30b3e146747b9b67b90bafb3d6bef2abb31c85c7.tar.gz
Oops
Diffstat (limited to 'src')
-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 7f99ac6fd8..70a0627a3c 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}