X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d7ced1278fe2e98f7fc7d39f6d83c6bd0969afb2..406f54970c00ca178fa918763d943027bd09e3ba:/examples/msg/chord/chord.c diff --git a/examples/msg/chord/chord.c b/examples/msg/chord/chord.c index a3b7830071..14af6d0121 100644 --- a/examples/msg/chord/chord.c +++ b/examples/msg/chord/chord.c @@ -356,7 +356,7 @@ int node(int argc, char *argv[]) MSG_process_sleep(5); } } else { - // a transfer has occured + // a transfer has occurred msg_error_t status = MSG_comm_get_status(node.comm_receive);