From f31512df1253bfb6a4c90add6c0697345fd57f2d Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 22 Jun 2016 09:58:43 +0200 Subject: [PATCH] improve a comment --- src/simix/smx_process.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simix/smx_process.cpp b/src/simix/smx_process.cpp index d4537ba460..ae48724cfd 100644 --- a/src/simix/smx_process.cpp +++ b/src/simix/smx_process.cpp @@ -754,7 +754,7 @@ xbt_dict_t SIMIX_process_get_properties(smx_process_t process) void simcall_HANDLER_process_join(smx_simcall_t simcall, smx_process_t process, double timeout) { if (process->finished) { - // The process is already finished, just wake up the process right now: + // The joined process is already finished, just wake up the issuer process right away simcall_process_sleep__set__result(simcall, SIMIX_DONE); SIMIX_simcall_answer(simcall); return; -- 2.20.1