X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7e047e6499ba84c7b948c6b699df2875fc765914..104ec12984d49e726b38234c5d8ecbfd3732b91e:/src/simix/smx_host.c diff --git a/src/simix/smx_host.c b/src/simix/smx_host.c index 7eac4a4739..451ddcc5b3 100644 --- a/src/simix/smx_host.c +++ b/src/simix/smx_host.c @@ -381,7 +381,7 @@ void SIMIX_post_host_execute(smx_action_t action) /* FIXME: check if the host running the action failed or not*/ /*if(surf_workstation_model->extension.workstation.get_state(action->host->host))*/ - /* If the host running the action didn't fail, then the action was cancelled */ + /* If the host running the action didn't fail, then the action was canceled */ if (surf_workstation_model->action_state_get(action->execution.surf_exec) == SURF_ACTION_FAILED) action->state = SIMIX_CANCELED; else