Skip to content

Commit c672a51

Browse files
authored
Merge pull request #6971 from hoopoepg/topic/fixed-typos-in-mpi-h-in
MPI.H: fixed few typos in comments
2 parents 2c4b54c + e0aee1b commit c672a51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ompi/include/mpi.h.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284

285285
/* For MPI removed APIs, there is no generally portable way to cause
286286
* the C compiler to error with a nice message, on the _usage_ of
287-
* one of these symbols. We've gone with tiered appraoch:
287+
* one of these symbols. We've gone with tiered approach:
288288
*
289289
* If the user configured with --enable-mpi1-compatibility,
290290
* just emit a compiletime warning (via the deprecation function
@@ -294,7 +294,7 @@
294294
* that they've used an MPI1 removed function. If the user's
295295
* compiler supports C11 _Static_assert feature, we #define
296296
* the MPI routines to instead be a call to _Static_assert
297-
* with an appropreate message suggesting the new MPI3 equivalent.
297+
* with an appropriate message suggesting the new MPI3 equivalent.
298298
*
299299
* Otherwise, if the user's compiler supports the error function
300300
* attribute, define the MPI routines with that error attribute.
@@ -354,7 +354,7 @@
354354
#endif
355355

356356
/*
357-
* To accomodate programs written for MPI implementations that use a
357+
* To accommodate programs written for MPI implementations that use a
358358
* straight ROMIO import
359359
*/
360360
#if !OMPI_BUILDING

0 commit comments

Comments
 (0)