Skip to content

Commit ef6618e

Browse files
committed
Documentation: MPI_Info_set string arguments are const
Signed-off-by: Joseph Schuchart <schuchart@icl.utk.edu>
1 parent 0a2d577 commit ef6618e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ C Syntax
2020
2121
#include <mpi.h>
2222
23-
int MPI_Info_set(MPI_Info info, char *key, char *value)
23+
int MPI_Info_set(MPI_Info info, const char *key, const char *value)
2424
2525
2626
Fortran Syntax

0 commit comments

Comments
 (0)