X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5d2127912cc9226080655ce2593141b04f886b4b..192e6259fa0a0a0b2aa296b0492e63b9785f1fc7:/examples/msg/masterslave/masterslave_forwarder.c diff --git a/examples/msg/masterslave/masterslave_forwarder.c b/examples/msg/masterslave/masterslave_forwarder.c index 733b3264c0..7b2c01e0ac 100644 --- a/examples/msg/masterslave/masterslave_forwarder.c +++ b/examples/msg/masterslave/masterslave_forwarder.c @@ -63,7 +63,7 @@ int master(int argc, char *argv[]) } } - { /* Process organisation */ + { /* Process organization */ slaves_count = argc - 4; slaves = xbt_new0(msg_host_t, slaves_count); @@ -135,7 +135,7 @@ int forwarder(int argc, char *argv[]) int slaves_count; msg_host_t *slaves; - { /* Process organisation */ + { /* Process organization */ slaves_count = argc - 1; slaves = xbt_new0(msg_host_t, slaves_count);