X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9a09b7fe81c883b73e0573bff67c853ef5c01691..365058a6f1cd1ae07157d60b7ecabe2800043ef5:/src/msg/msg_vm.cpp diff --git a/src/msg/msg_vm.cpp b/src/msg/msg_vm.cpp index 84898c73db..92f3cbd01e 100644 --- a/src/msg/msg_vm.cpp +++ b/src/msg/msg_vm.cpp @@ -340,7 +340,7 @@ static int migration_rx_fun(int argc, char *argv[]) ret = MSG_task_recv(&task, ms->mbox); { if (ret != MSG_OK) { - // An error occured, clean the code and return + // An error occurred, clean the code and return // The owner did not change, hence the task should be only destroyed on the other side xbt_free(finalize_task_name); return 0; @@ -831,7 +831,7 @@ static int do_migration(msg_vm_t vm, msg_host_t src_pm, msg_host_t dst_pm) } #endif - /* wait until the migration have finished or on error has occured */ + /* wait until the migration have finished or on error has occurred */ { XBT_DEBUG("wait for reception of the final ACK (i.e. migration has been correctly performed"); msg_task_t task = NULL;