From e9eba4d3704cd1264784b48ecdce540f8c42f758 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Sun, 18 Apr 2021 11:38:55 +0200 Subject: [PATCH] Fix comment. --- src/smpi/mpi/smpi_win.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smpi/mpi/smpi_win.cpp b/src/smpi/mpi/smpi_win.cpp index cfee3d94bd..3210d6d872 100644 --- a/src/smpi/mpi/smpi_win.cpp +++ b/src/smpi/mpi/smpi_win.cpp @@ -554,7 +554,7 @@ int Win::wait(){ XBT_DEBUG("Win_wait - Finished %d RMA calls", finished); Group::unref(group_); - opened_--; //we're opened for business ! + opened_--; //we're closed for business ! return MPI_SUCCESS; } -- 2.20.1