Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
spell check the comments
[simgrid.git] / examples / msg / masterslave / masterslave_failure.c
index 6eecffa..0e9d2fb 100644 (file)
@@ -39,7 +39,7 @@ int master(int argc, char *argv[])
   read = sscanf(argv[3], "%lg", &task_comm_size);
   xbt_assert(read, "Invalid argument %s\n", argv[3]);
 
-  {                             /* Process organisation */
+  {                             /* Process organization */
     slaves_count = argc - 4;
     slaves = xbt_new0(msg_host_t, slaves_count);