Skip to content

Commit f7a537c

Browse files
author
Ralph Castain
committed
Fix typo
Signed-off-by: Ralph Castain <rhc@open-mpi.org>
1 parent fcefa44 commit f7a537c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/pmix/ext2x/ext2x_component.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ static int external_open(void)
118118
OBJ_CONSTRUCT(&mca_pmix_ext2x_component.dmdx, opal_list_t);
119119

120120
version = PMIx_Get_version();
121-
if ('2' >= version[0]) {
121+
if ('2' > version[0]) {
122122
opal_show_help("help-pmix-base.txt",
123123
"incorrect-pmix", true, version, "v2.x");
124124
return OPAL_ERROR;

0 commit comments

Comments
 (0)