Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo--
authorArnaud Legrand <arnaud.legrand@imag.fr>
Mon, 26 Mar 2012 20:19:45 +0000 (22:19 +0200)
committerArnaud Legrand <arnaud.legrand@imag.fr>
Mon, 26 Mar 2012 20:20:48 +0000 (22:20 +0200)
src/simix/smx_context.c

index 39d77bd..f1588b6 100644 (file)
@@ -15,7 +15,7 @@
 #include "gras_config.h"
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(simix_context, simix,
-                                "Context switching mecanism");
+                                "Context switching mechanism");
 
 char* smx_context_factory_name = NULL; /* factory name specified by --cfg=contexts/factory:value */
 smx_ctx_factory_initializer_t smx_factory_initializer_to_use = NULL;