Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typos in comments
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 17 Jun 2015 10:15:02 +0000 (12:15 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 17 Jun 2015 10:15:02 +0000 (12:15 +0200)
src/simix/smx_global.c

index afbc67c..9aea6ca 100644 (file)
@@ -212,8 +212,8 @@ void SIMIX_global_init(int *argc, char **argv)
     atexit(SIMIX_clean);
 
 #ifdef HAVE_MC
-  // The communication initialisation is done ASAP.
-  // We need to commuicate  initialisation of the different layers to the model-checker.
+  // The communication initialization is done ASAP.
+  // We need to communicate  initialization of the different layers to the model-checker.
   if (mc_mode == MC_MODE_NONE) {
     if (getenv(MC_ENV_SOCKET_FD)) {
       mc_mode = MC_MODE_CLIENT;