From: Martin Quinson Date: Thu, 10 May 2012 12:47:07 +0000 (+0200) Subject: typo X-Git-Tag: v3_7~17 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/195c30c41eab010a48ff7a6f3547bc0ba154833b typo --- diff --git a/src/simix/smx_context_thread.c b/src/simix/smx_context_thread.c index d703ead894..1af1170c71 100644 --- a/src/simix/smx_context_thread.c +++ b/src/simix/smx_context_thread.c @@ -113,7 +113,7 @@ static void smx_ctx_thread_free(smx_context_t pcontext) { smx_ctx_thread_t context = (smx_ctx_thread_t) pcontext; - /* check if this is the context of maestro (it doesn't has a real thread) */ + /* check if this is the context of maestro (it doesn't have a real thread) */ if (context->thread) { /* wait about the thread terminason */ xbt_os_thread_join(context->thread, NULL);