Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
spell check the comments
[simgrid.git] / doc / msg-tuto-src / masterworker4.c
index 9530a24..68ae6ee 100644 (file)
@@ -53,7 +53,7 @@ int master(int argc, char *argv[])
   res = sscanf(argv[3], "%lg", &task_comm_size);
   xbt_assert(res, "Invalid argument %s\n", argv[3]);
 
-  {                             /* Process organisation */
+  {                             /* Process organization */
     workers_count = MSG_get_host_number();
     workers = xbt_dynar_to_array(MSG_hosts_as_dynar());