File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ bool ompit_obj_invalid(void *obj_handle)
105105 opal_obj = * (opal_object_t * * )obj_handle ;
106106
107107 /*
108- * this should have already been checked by the caller but we it here too
108+ * this should have already been checked by the caller but we do it here too
109109 */
110110 if (NULL == opal_obj ) {
111111 goto fn_exit ;
@@ -123,7 +123,7 @@ bool ompit_obj_invalid(void *obj_handle)
123123
124124 /*
125125 * An MPIT C or P var or event can in principle be bound to any of these MPI object types
126- * This code is meant to address, at least in part, the text section 15.3.2 in the MPI 4.1
126+ * This code is meant to address, at least in part, the text in section 15.3.2 in the MPI 4.1
127127 * standard concerning binding one of the T things to an MPI object.
128128 */
129129 if (0 == strncmp (obj_name , "ompi_communicator_t" , strlen ("ompi_communicator_t" ))) {
You can’t perform that action at this time.
0 commit comments