X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/828051fe59310d56345308ffdee031f35328484b..27ef78997bbc722303efdb9826ea745a3814a82a:/src/kernel/context/ContextSwapped.cpp diff --git a/src/kernel/context/ContextSwapped.cpp b/src/kernel/context/ContextSwapped.cpp index afbaa915c0..d64dac46d4 100644 --- a/src/kernel/context/ContextSwapped.cpp +++ b/src/kernel/context/ContextSwapped.cpp @@ -69,7 +69,7 @@ thread_local SwappedContext* SwappedContext::worker_context_ = nullptr; SwappedContext::SwappedContext(std::function&& code, smx_actor_t actor, SwappedContextFactory* factory) : Context(std::move(code), actor), factory_(*factory) { - // Save maestro (=context created first) in preparation for run_all + // Save maestro (=first created context) in preparation for run_all if (not SIMIX_context_is_parallel() && factory_.maestro_context_ == nullptr) factory_.maestro_context_ = this;