From: Martin Quinson Date: Wed, 14 Nov 2012 21:20:40 +0000 (+0100) Subject: typo in comments X-Git-Tag: v3_9_rc1~91^2~101 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9b96a12eb8c72e6349dc500472e7e05ceb2001f1 typo in comments --- 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);