X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3ed8aa541e5fa7bbce220922f7ea8d597c0d2dde..9f21f35eadfc5d1f43d3e7a4b591711fd7fb9616:/src/mc/simgrid_mc.cpp?ds=sidebyside diff --git a/src/mc/simgrid_mc.cpp b/src/mc/simgrid_mc.cpp index a115825b2e..ec20889cc4 100644 --- a/src/mc/simgrid_mc.cpp +++ b/src/mc/simgrid_mc.cpp @@ -64,7 +64,7 @@ int main(int argc, char** argv) // Currently, we need this before sg_config_init: _sg_do_model_check = 1; - // The initialisation function can touch argv. + // The initialization function can touch argv. // We make a copy of argv before modifying it in order to pass the original // value to the model-checked: char** argv_copy = argvdup(argc, argv);