From: Christian Heinrich Date: Mon, 15 Jan 2018 22:49:35 +0000 (+0100) Subject: [SMPI] Change comment in smpi_global.cpp X-Git-Tag: v3.19~326 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b5ec112692d8014ae4cbaefde385150516e7e130?hp=737c9cfc580d1b10f2224d393d555e8785b7c1d4 [SMPI] Change comment in smpi_global.cpp --- diff --git a/src/smpi/internals/smpi_global.cpp b/src/smpi/internals/smpi_global.cpp index ae64e42ef4..902d15498e 100644 --- a/src/smpi/internals/smpi_global.cpp +++ b/src/smpi/internals/smpi_global.cpp @@ -64,7 +64,7 @@ xbt_os_timer_t global_timer; * "this == MPI_COMM_UNINITIALIZED"? If yes, it uses smpi_process()->comm_world() * instead of "this". * This is basically how we only have one global variable but all processes have - * different communicators (basically, the one their SMPI instance uses). + * different communicators (the one their SMPI instance uses). * * See smpi_comm.cpp and the functions therein for details. */