Skip to content

Commit 5930150

Browse files
committed
grammar fixes
Signed-off-by: Howard Pritchard <[email protected]>
1 parent 9145181 commit 5930150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ompi/mpi/tool/mpit_common.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"))) {

0 commit comments

Comments
 (0)