Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
spell check the comments
[simgrid.git] / doc / msg-tuto-src / masterworker0.c
index 54d4af2..665cba9 100644 (file)
@@ -53,7 +53,7 @@ int master(int argc, char *argv[])
     }
   }
 
-  {                             /* Process organisation */
+  {                             /* Process organization */
     workers_count = argc - 4;
     workers = xbt_new0(msg_host_t, workers_count);