From 619dd71a929f3ecd72d1174587dc2c835367b14c Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 10 Apr 2014 17:29:14 +0000 Subject: [PATCH] mpi.h.in: fix comment to match code Thanks to Lisandro Dalcin for noticing. This commit was SVN r31366. --- ompi/include/mpi.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/include/mpi.h.in b/ompi/include/mpi.h.in index ea4b8f1708..8b7b7fb282 100644 --- a/ompi/include/mpi.h.in +++ b/ompi/include/mpi.h.in @@ -607,7 +607,7 @@ enum { /* Per MPI-3 p349 47, MPI_ERR_LASTCODE must be >= the last predefined MPI_ERR_ code. So just set it equal to the last code -- - MPI_ERR_RMA_FLAVOR, in this case. */ + MPI_ERR_RMA_SHARED, in this case. */ #define MPI_ERR_LASTCODE MPI_ERR_RMA_SHARED #define MPI_ERR_SYSRESOURCE -2