X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/70cd6a444de36426806d3bcbc3793c2acdc8b8ed..131c883489555ae200d5d3c02b7448731949c352:/src/xbt/xbt_thread_context.c?ds=sidebyside diff --git a/src/xbt/xbt_thread_context.c b/src/xbt/xbt_thread_context.c index e502104b2f..60e6b26021 100644 --- a/src/xbt/xbt_thread_context.c +++ b/src/xbt/xbt_thread_context.c @@ -263,7 +263,7 @@ xbt_thread_context_wrapper(void* param) { xbt_thread_context_t context = (xbt_thread_context_t)param; - /* signal its starting to the maestro and wait to start its job*/ + /* Tell the maestro we are starting, and wait for its green light */ xbt_os_sem_release(context->end); xbt_os_sem_acquire(context->begin);