From: mquinson Date: Thu, 10 Apr 2008 07:17:08 +0000 (+0000) Subject: rewrite a comment X-Git-Tag: v3.3~557 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/131c883489555ae200d5d3c02b7448731949c352?ds=sidebyside rewrite a comment git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5330 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- 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);