Skip to content

Commit df0f2ac

Browse files
author
Sergey Oblomov
committed
OMPI/HCOLL: fixed typo in vars description
Signed-off-by: Sergey Oblomov <sergeyo@mellanox.com>
1 parent 7c9da91 commit df0f2ac

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)