diff options
author | Michael Klishin <[email protected]> | 2015-03-27 04:43:35 +0300 |
---|---|---|
committer | Zandra Hird <[email protected]> | 2015-05-08 13:45:56 +0200 |
commit | 0124b550307dbc2830669fb113860d90b33b10c4 (patch) | |
tree | 154d40615cd00e5b4c77b693969e4978422d7b2c /lib | |
parent | 48893d496c6efa9e7bc3340d451d18e8f80393c7 (diff) | |
download | otp-0124b550307dbc2830669fb113860d90b33b10c4.tar.gz otp-0124b550307dbc2830669fb113860d90b33b10c4.tar.bz2 otp-0124b550307dbc2830669fb113860d90b33b10c4.zip |
Fix a typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/kernel/src/heart.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kernel/src/heart.erl b/lib/kernel/src/heart.erl index daed6dd488..77cd5433de 100644 --- a/lib/kernel/src/heart.erl +++ b/lib/kernel/src/heart.erl @@ -25,7 +25,7 @@ %%%-------------------------------------------------------------------- %%% This is a rewrite of pre_heart from BS.3. %%% -%%% The purpose of this process-module is to act as an supervisor +%%% The purpose of this process-module is to act as a supervisor %%% of the entire erlang-system. This 'heart' beats with a frequence %%% satisfying an external port program *not* reboot the entire %%% system. If however the erlang-emulator would hang, a reboot is |