Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid into...
[simgrid.git] / examples / msg / chord / chord.c
index a3b7830..14af6d0 100644 (file)
@@ -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);