aboutsummaryrefslogtreecommitdiffstats
path: root/lib/diameter/src/base/diameter_service.erl
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2012-12-10 19:13:32 +0100
committerAnders Svensson <[email protected]>2013-01-23 16:59:58 +0100
commit032c546b34826b126668e72b422a437ce6c96bd0 (patch)
treec99e679d705b9576a826f4ccae9f72b30a3c8bb9 /lib/diameter/src/base/diameter_service.erl
parent83afc2bb71622957c062bd2545d76e86fceccf39 (diff)
downloadotp-032c546b34826b126668e72b422a437ce6c96bd0.tar.gz
otp-032c546b34826b126668e72b422a437ce6c96bd0.tar.bz2
otp-032c546b34826b126668e72b422a437ce6c96bd0.zip
Comment fix
Diffstat (limited to 'lib/diameter/src/base/diameter_service.erl')
-rw-r--r--lib/diameter/src/base/diameter_service.erl6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/diameter/src/base/diameter_service.erl b/lib/diameter/src/base/diameter_service.erl
index b5584ca0d0..9db3f9e6f8 100644
--- a/lib/diameter/src/base/diameter_service.erl
+++ b/lib/diameter/src/base/diameter_service.erl
@@ -576,9 +576,9 @@ transition({reconnect, Pid}, S) ->
ok;
%% Watchdog is sending notification of a state transition. Note that
-%% the connection_up/down messages are pre-date this message and are
-%% still used. A watchdog message will follow these and communicate
-%% the same state as was set in handling connection_up/down.
+%% the connection_up/down messages pre-date this message and are still
+%% used. A watchdog message will follow these and communicate the same
+%% state as was set in handling connection_up/down.
transition({watchdog, Pid, {TPid, From, To}}, #state{service_name = SvcName,
peerT = PeerT}) ->
#peer{ref = Ref, type = T, options = Opts, op_state = {OS,_}}