Skip to content

Commit 601c585

Browse files
committed
Docs: datarep argument to MPI_Pack_external_size is const
Signed-off-by: Joseph Schuchart <schuchart@icl.utk.edu>
1 parent ef6618e commit 601c585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/man-openmpi/man3/MPI_Pack_external_size.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ C Syntax
2121
2222
#include <mpi.h>
2323
24-
int MPI_Pack_external_size(char *datarep, int incount,
24+
int MPI_Pack_external_size(const char *datarep, int incount,
2525
MPI_Datatype datatype, MPI_Aint *size)
2626
2727

0 commit comments

Comments
 (0)