aboutsummaryrefslogtreecommitdiffstats
path: root/erts/preloaded/src/init.erl
diff options
context:
space:
mode:
authorTuncer Ayaz <[email protected]>2011-09-16 16:22:38 +0200
committerTuncer Ayaz <[email protected]>2011-09-16 16:22:38 +0200
commit067b7a98111f22eeff11e4b2e75af11da0b09f8e (patch)
tree69ca0e935f8598ebd4321a2c768af20a9acebef8 /erts/preloaded/src/init.erl
parentc59dc075b6306e38d7b4bd52d29cfd4d144756cb (diff)
downloadotp-067b7a98111f22eeff11e4b2e75af11da0b09f8e.tar.gz
otp-067b7a98111f22eeff11e4b2e75af11da0b09f8e.tar.bz2
otp-067b7a98111f22eeff11e4b2e75af11da0b09f8e.zip
Fix typos in erts/preloaded/src
Diffstat (limited to 'erts/preloaded/src/init.erl')
-rw-r--r--erts/preloaded/src/init.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/preloaded/src/init.erl b/erts/preloaded/src/init.erl
index e52c813029..c9c434dea0 100644
--- a/erts/preloaded/src/init.erl
+++ b/erts/preloaded/src/init.erl
@@ -345,7 +345,7 @@ notify(Pids) ->
lists:foreach(fun(Pid) -> Pid ! {init,started} end, Pids).
%% Garbage collect all info about initially loaded modules.
-%% This information is temporary stored until the code_server
+%% This information is temporarily stored until the code_server
%% is started.
%% We force the garbage collection as the init process holds
%% this information during the initialisation of the system and