Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Change comment in smpi_global.cpp
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Mon, 15 Jan 2018 22:49:35 +0000 (23:49 +0100)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 17 Jan 2018 18:29:13 +0000 (19:29 +0100)
src/smpi/internals/smpi_global.cpp

index ae64e42..902d154 100644 (file)
@@ -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.
  */