Skip to content

Commit a55bc1e

Browse files
committed
Add typo correction
1 parent c0e2321 commit a55bc1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/na/na_ofi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1841,7 +1841,7 @@ na_ofi_domain_open(struct na_ofi_class *priv, enum na_ofi_prov_type prov_type,
18411841
}
18421842

18431843
#ifdef NA_OFI_HAS_EXT_GNI_H
1844-
if (na_ofi_domain->nod_prov_type == NA_OFI_PROV_GNI) {
1844+
if (na_ofi_domain->prov_type == NA_OFI_PROV_GNI) {
18451845
int enable = 1;
18461846
# ifdef NA_OFI_GNI_HAS_UDREG
18471847
char *other_reg_type = "udreg";

0 commit comments

Comments
 (0)