Skip to content

Commit

Permalink
Format/spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstratford committed Nov 25, 2024
1 parent e1e277b commit 6e38078
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mpi_s/mpi_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down Expand Up @@ -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.
*
Expand Down Expand Up @@ -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 */

Expand Down

0 comments on commit 6e38078

Please sign in to comment.