aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBruce Yinhe <[email protected]>2014-10-20 09:33:08 +0200
committerBruce Yinhe <[email protected]>2014-10-20 09:33:08 +0200
commit98baee7ecca0ad0794560d455a1bb0e5f9c5cb40 (patch)
tree6438c1d3c421973c8b533a29d7a976a0a34680fd /lib
parenta5d35e280ffdf64501465f0dd42fca5d3d207c08 (diff)
parent345a88de479b3c71eafb3cab6a73c2f659a98b94 (diff)
downloadotp-98baee7ecca0ad0794560d455a1bb0e5f9c5cb40.tar.gz
otp-98baee7ecca0ad0794560d455a1bb0e5f9c5cb40.tar.bz2
otp-98baee7ecca0ad0794560d455a1bb0e5f9c5cb40.zip
Merge branch 'adelzhang/fix_application_master_comment' into maint
* adelzhang/fix_application_master_comment: Fix obsolete comment
Diffstat (limited to 'lib')
-rw-r--r--lib/kernel/src/application_master.erl6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kernel/src/application_master.erl b/lib/kernel/src/application_master.erl
index bc15b5a7de..7cdbe31ab2 100644
--- a/lib/kernel/src/application_master.erl
+++ b/lib/kernel/src/application_master.erl
@@ -103,9 +103,9 @@ call(AppMaster, Req) ->
%%% The reason for not using the logical structrure is that
%%% the application start function is synchronous, and
%%% that the AM is GL. This means that if AM executed the start
-%%% function, and this function uses spawn_request/1
-%%% or io, deadlock would occur. Therefore, this function is
-%%% executed by the process X. Also, AM needs three loops;
+%%% function, and this function uses io, deadlock would occur.
+%%% Therefore, this function is executed by the process X.
+%%% Also, AM needs three loops;
%%% init_loop (waiting for the start function to return)
%%% main_loop
%%% terminate_loop (waiting for the process to die)