From 6e380784a5134a9c5550add80d9f009b6c9ca169 Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 25 Nov 2024 09:04:44 +0000 Subject: [PATCH] Format/spelling --- mpi_s/mpi_serial.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mpi_s/mpi_serial.c b/mpi_s/mpi_serial.c index 1b7ce552..5f20a012 100644 --- a/mpi_s/mpi_serial.c +++ b/mpi_s/mpi_serial.c @@ -2064,7 +2064,7 @@ int MPI_File_open(MPI_Comm comm, const char * filename, int amode, break; default: ifail = MPI_ERR_IO; - mpi_file_errors_return(&file, &ifail, + mpi_file_errors_return(&file, &ifail, "MPI_File_open(): failed file %s mode %s", filename, fdmode); } @@ -2815,7 +2815,7 @@ static int mpi_err_tag(int tag) { * * The first optional argument must be present, and it should be a * format string suitable for a printf()-like function. Remaining - * argements should be consistent with the format. + * arguments should be consistent with the format. * * This is fatal if ifail != MPI_SUCCESS. * @@ -2898,7 +2898,7 @@ static int mpi_datatype_user(MPI_Datatype dt) { int isuser = 0; assert(mpi_info_); - assert(MPI_DATATYPE_NULL == 0); /* mpi_info->dt[0] is null */ + assert(MPI_DATATYPE_NULL == 0); /* mpi_info->dt[0] is null */ /* Is dt a valid user datatype */