Skip to content

Commit 8d2c98e

Browse files
authored
Merge pull request #2408 from hppritcha/manpage_typo
fix minor typo in MPI_Comm_connect man page
2 parents fc776e3 + 3923bf8 commit 8d2c98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
.SH C Syntax
1414
.nf
1515
#include <mpi.h>
16-
int MPI_Comm_connect(const gchar *\fIport_name\fP, MPI_Info \fIinfo\fP, int \fIroot\fP,
16+
int MPI_Comm_connect(const char *\fIport_name\fP, MPI_Info \fIinfo\fP, int \fIroot\fP,
1717
MPI_Comm \fIcomm\fP, MPI_Comm *\fInewcomm\fP)
1818

1919
.fi

0 commit comments

Comments
 (0)