X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fa534df82cd3c349ac38f25096850568fdcf1e9d..d5c2b7aff3d496f7a2d9affc45b53044d03040b8:/src/simix/smx_network.cpp diff --git a/src/simix/smx_network.cpp b/src/simix/smx_network.cpp index ea92bfd760..68798b91d3 100644 --- a/src/simix/smx_network.cpp +++ b/src/simix/smx_network.cpp @@ -475,7 +475,7 @@ static inline void SIMIX_comm_start(simgrid::kernel::activity::CommImplPtr comm) comm->cleanupSurf(); } - /* If any of the process is suspend, create the synchro but stop its execution, + /* If any of the process is suspended, create the synchro but stop its execution, it will be restarted when the sender process resume */ if (comm->src_proc->isSuspended() || comm->dst_proc->isSuspended()) { if (comm->src_proc->isSuspended())