diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2016-08-16 19:10:37 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2016-08-16 19:10:37 +0300 |
| commit | 878b6a00ad9ade9adb0c400df6541e63f74b9ede (patch) | |
| tree | 237442b2a4ad238bfbf2d05cbd2adc01ed32920a /src | |
| parent | e86d65f1f5eb85087ce529921f1ff848cb010230 (diff) | |
| download | rabbitmq-server-git-878b6a00ad9ade9adb0c400df6541e63f74b9ede.tar.gz | |
Typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/gm.erl | 2 |
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 }) -> |
