From: Martin Quinson Date: Wed, 17 Jun 2015 10:15:02 +0000 (+0200) Subject: typos in comments X-Git-Tag: v3_12~578 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/19018e2d33cb90be8a0b72d998e7be46fecd3970?ds=inline typos in comments --- diff --git a/src/simix/smx_global.c b/src/simix/smx_global.c index afbc67c16b..9aea6cac5f 100644 --- a/src/simix/smx_global.c +++ b/src/simix/smx_global.c @@ -212,8 +212,8 @@ void SIMIX_global_init(int *argc, char **argv) atexit(SIMIX_clean); #ifdef HAVE_MC - // The communication initialisation is done ASAP. - // We need to commuicate initialisation of the different layers to the model-checker. + // The communication initialization is done ASAP. + // We need to communicate initialization of the different layers to the model-checker. if (mc_mode == MC_MODE_NONE) { if (getenv(MC_ENV_SOCKET_FD)) { mc_mode = MC_MODE_CLIENT;