From 19018e2d33cb90be8a0b72d998e7be46fecd3970 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 17 Jun 2015 12:15:02 +0200 Subject: [PATCH] typos in comments --- src/simix/smx_global.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.20.1