summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2010-04-16 09:58:24 +0100
committerMatthias Radestock <matthias@lshift.net>2010-04-16 09:58:24 +0100
commit58c4ddd6e58a4c6aab8d3e6a4fd44e1836bdf5f2 (patch)
treeb8007b0d8aee9eb3a18f78a601ca988f33f15556
parent40fce1176a4630817e7d65103d2559c0659c45dd (diff)
downloadrabbitmq-server-git-58c4ddd6e58a4c6aab8d3e6a4fd44e1836bdf5f2.tar.gz
cosmetic
-rw-r--r--src/supervisor2.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/supervisor2.erl b/src/supervisor2.erl
index 978d30f9a6..5575351269 100644
--- a/src/supervisor2.erl
+++ b/src/supervisor2.erl
@@ -5,8 +5,8 @@
%%
%% 2) there is a new strategy called
%% simple_one_for_one_terminate. This is exactly the same as for
-%% simple_one_for_one, except that children *are* explicitly killed as
-%% per the shutdown component of the child_spec.
+%% simple_one_for_one, except that children *are* explicitly
+%% terminated as per the shutdown component of the child_spec.
%%
%% All modifications are (C) 2010 LShift Ltd.
%%