@@ -273,7 +273,7 @@ struct ompi_communicator_t {
273273 to a child*/
274274 int c_id_start_index ; /* the starting index of the block of cids
275275 allocated to this communicator*/
276- uint32_t c_epoch ; /* Identifier used to differenciate between two communicators
276+ uint32_t c_epoch ; /* Identifier used to differentiate between two communicators
277277 using the same c_contextid (not at the same time, obviously) */
278278
279279 ompi_group_t * c_local_group ;
@@ -346,7 +346,7 @@ struct ompi_communicator_t {
346346typedef struct ompi_communicator_t ompi_communicator_t ;
347347
348348/**
349- * Padded struct to maintain back compatibiltiy .
349+ * Padded struct to maintain back compatibility .
350350 *
351351 * The following ompi_predefined_xxx_t structure is used to maintain
352352 * backwards binary compatibility for MPI applications compiled
@@ -395,7 +395,7 @@ typedef struct ompi_communicator_t ompi_communicator_t;
395395 *
396396 * - union of struct and padding - Similar to current implementation
397397 * except using a union for the parent. This worked except in cases
398- * where the compilers did not support C99 union static initalizers .
398+ * where the compilers did not support C99 union static initializers .
399399 * It would have been a pain to convert a bunch of the code to use
400400 * non-static initializers (e.g., MPI datatypes).
401401 */
@@ -452,7 +452,7 @@ OMPI_DECLSPEC extern ompi_predefined_communicator_t ompi_mpi_comm_null;
452452
453453/*
454454 * These variables are for the MPI F03 bindings (F03 must bind Fortran
455- * varaiables to symbols; it cannot bind Fortran variables to the
455+ * variables to symbols; it cannot bind Fortran variables to the
456456 * address of a C variable).
457457 */
458458OMPI_DECLSPEC extern ompi_predefined_communicator_t * ompi_mpi_comm_world_addr ;
@@ -480,7 +480,7 @@ OMPI_DECLSPEC extern ompi_predefined_communicator_t *ompi_mpi_comm_null_addr;
480480 * ompi_comm_invalid() as originally coded -- per the MPI-1
481481 * definition, where MPI_COMM_NULL is an invalid communicator.
482482 * The MPI_Comm_c2f() function, therefore, calls
483- * ompi_comm_invalid() but also explictily checks to see if the
483+ * ompi_comm_invalid() but also explicitly checks to see if the
484484 * handle is MPI_COMM_NULL.
485485 */
486486static inline int ompi_comm_invalid (const ompi_communicator_t * comm )
@@ -1072,7 +1072,7 @@ int ompi_comm_determine_first ( ompi_communicator_t *intercomm,
10721072 int high );
10731073
10741074/**
1075- * This is a routine determining wether the local or the
1075+ * This is a routine determining whether the local or the
10761076 * remote group will be first in the new intra-comm.
10771077 * It does not communicate to exchange the "high" values; used in Agree
10781078 */
0 commit comments