File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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.
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
You can’t perform that action at this time.
0 commit comments