Skip to content

Commit 76516bc

Browse files
authored
Merge pull request #6542 from kawashima-fj/pr/man-typo
man: Fix typo of MPI_TYPE_GET_NAME
2 parents b54fdf5 + 63a1968 commit 76516bc

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)