Skip to content

Commit 00dc887

Browse files
committed
man: fix a typo in MPI_Ibarrier C prototype
Thanks Harald Servat for reporting this (cherry picked from commit open-mpi/ompi@97b9d12)
1 parent 46d887a commit 00dc887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mpi/man/man3/MPI_Barrier.3in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include <mpi.h>
1515
int MPI_Barrier(MPI_Comm \fIcomm\fP)
1616

17-
int MPI_Ibarrier(MPI_Comm \fIcomm\fP, MPI_Request \fIrequest\fP)
17+
int MPI_Ibarrier(MPI_Comm \fIcomm\fP, MPI_Request \fI*request\fP)
1818

1919
.fi
2020
.SH Fortran Syntax

0 commit comments

Comments
 (0)