From 131c883489555ae200d5d3c02b7448731949c352 Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 10 Apr 2008 07:17:08 +0000 Subject: [PATCH] rewrite a comment git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5330 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/xbt/xbt_thread_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1