Skip to content

Commit d67619b

Browse files
author
Ralph Castain
authored
Merge pull request #5487 from rhc54/topic/grr
Fix typo
2 parents fcefa44 + f7a537c commit d67619b

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)