Skip to content

Commit 706e163

Browse files
committed
small fix
Signed-off-by: Howard Pritchard <[email protected]>
1 parent 497ca04 commit 706e163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/communicator/comm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1282,7 +1282,7 @@ int ompi_comm_create_from_group (ompi_group_t *group, const char *tag, opal_info
12821282
ompi_comm_print_cid (newcomp));
12831283

12841284
newcomp->super.s_info = OBJ_NEW(opal_info_t);
1285-
if (NULL == newcomm->super.s_info) {
1285+
if (NULL == newcomp->super.s_info) {
12861286
return OMPI_ERR_OUT_OF_RESOURCE;
12871287
}
12881288

0 commit comments

Comments
 (0)