From df0f2ac0269855eca2db1d0fa47940c4d7e8e4ce Mon Sep 17 00:00:00 2001 From: Sergey Oblomov Date: Fri, 29 May 2020 20:11:25 +0300 Subject: [PATCH] OMPI/HCOLL: fixed typo in vars description Signed-off-by: Sergey Oblomov --- ompi/mca/coll/hcoll/coll_hcoll_component.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/coll/hcoll/coll_hcoll_component.c b/ompi/mca/coll/hcoll/coll_hcoll_component.c index a7a79286a3..8b2ec69cbd 100644 --- a/ompi/mca/coll/hcoll/coll_hcoll_component.c +++ b/ompi/mca/coll/hcoll/coll_hcoll_component.c @@ -170,7 +170,7 @@ static int hcoll_register(void) 0)); CHECK(reg_int("datatype_fallback",NULL, - "[1|0|] Enable/Disable user defined dattypes fallback", + "[1|0|] Enable/Disable user defined datatypes fallback", 1, &mca_coll_hcoll_component.hcoll_datatype_fallback, 0));