From fb261801437ba875a226a2c5da9f9785b9330581 Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Wed, 6 Dec 2017 13:46:58 +0100 Subject: [PATCH] [SMPI] Fixed grammar in comment --- src/smpi/internals/smpi_process.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smpi/internals/smpi_process.cpp b/src/smpi/internals/smpi_process.cpp index f35b9482bf..f47b42d35c 100644 --- a/src/smpi/internals/smpi_process.cpp +++ b/src/smpi/internals/smpi_process.cpp @@ -295,7 +295,7 @@ void Process::init(int *argc, char ***argv){ // this up here so that I can set the privatized region before the switch. Process* process = smpi_process_remote(index); if(smpi_privatize_global_variables == SMPI_PRIVATIZE_MMAP){ - /* Now using segment index of the process */ + /* Now using the segment index of this process */ index = proc->segment_index; process->set_privatized_region(smpi_init_global_memory_segment_process()); /* Done at the process's creation */ -- 2.20.1