summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gm.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gm.erl b/src/gm.erl
index 4add10063a..492117d17f 100644
--- a/src/gm.erl
+++ b/src/gm.erl
@@ -759,7 +759,7 @@ handle_info({'DOWN', MRef, process, _Pid, Reason},
{stop, normal, State}
end;
handle_info(_, State) ->
- %% Discard any unexpected message, such as late replies from neighbour_call/2
+ %% Discard any unexpected messages, such as late replies from neighbour_call/2
noreply(State).
terminate(Reason, #state { module = Module, callback_args = Args }) ->