Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 10 May 2012 12:47:07 +0000 (14:47 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 10 May 2012 12:56:34 +0000 (14:56 +0200)
src/simix/smx_context_thread.c

index d703ead..1af1170 100644 (file)
@@ -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);