Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill unused struct
[simgrid.git] / src / msg / global.c
index 024d26c..3910a41 100644 (file)
@@ -472,7 +472,7 @@ MSG_error_t MSG_main(void)
   }
 
   if (xbt_fifo_size(msg_global->process_list) == 0) {
-    INFO0("Congratulations ! Simulation terminated : all process are over");
+    INFO0("Congratulations ! Simulation terminated : all processes are over");
     return MSG_OK;
   } else {
     INFO0("Oops ! Deadlock or code not perfectly clean.");