Skip to content

Commit d5c4f6b

Browse files
authored
Merge pull request #7770 from hoopoepg/topic/fixed-typo-in-hcoll-var-desc
OMPI/HCOLL: fixed typo in vars description
2 parents 7c9da91 + df0f2ac commit d5c4f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/coll/hcoll/coll_hcoll_component.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ static int hcoll_register(void)
170170
0));
171171

172172
CHECK(reg_int("datatype_fallback",NULL,
173-
"[1|0|] Enable/Disable user defined dattypes fallback",
173+
"[1|0|] Enable/Disable user defined datatypes fallback",
174174
1,
175175
&mca_coll_hcoll_component.hcoll_datatype_fallback,
176176
0));

0 commit comments

Comments
 (0)