Skip to content

Commit 63a1968

Browse files
committed
man: Fix typo of MPI_TYPE_GET_NAME
Signed-off-by: KAWASHIMA Takahiro <t-kawashima@jp.fujitsu.com>
1 parent b54fdf5 commit 63a1968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ int MPI_Type_get_name(MPI_Datatype \fItype\fP, char *\fItype_name\fP,
2020
.nf
2121
USE MPI
2222
! or the older form: INCLUDE 'mpif.h'
23-
TYPE_GET_NAME(\fITYPE, TYPE_NAME, RESULTLEN, IERROR\fP)
23+
MPI_TYPE_GET_NAME(\fITYPE, TYPE_NAME, RESULTLEN, IERROR\fP)
2424
INTEGER \fITYPE, RESULTLEN, IERROR \fP
2525
CHARACTER*(*) \fITYPE_NAME\fP
2626

0 commit comments

Comments
 (0)