summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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}