Skip to content

Commit 1702364

Browse files
committed
ucx: fix typos in the help message of num_disconnect mca parameter.
1 parent 73e828c commit 1702364

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ompi/mca/pml/ucx/pml_ucx_component.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ static int mca_pml_ucx_component_register(void)
6565

6666
ompi_pml_ucx.num_disconnect = 1;
6767
(void) mca_base_component_var_register(&mca_pml_ucx_component.pmlm_version, "num_disconnect",
68-
"How may disconnects go in parallel",
68+
"How many disconnects to do in parallel",
6969
MCA_BASE_VAR_TYPE_INT, NULL, 0, 0,
7070
OPAL_INFO_LVL_3,
7171
MCA_BASE_VAR_SCOPE_LOCAL,

oshmem/mca/spml/ucx/spml_ucx_component.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ static int mca_spml_ucx_component_register(void)
9898
&mca_spml_ucx.priority);
9999

100100
mca_spml_ucx_param_register_int("num_disconnect", 1,
101-
"How may disconnects go in parallel",
101+
"How many disconnects to do in parallel",
102102
&mca_spml_ucx.num_disconnect);
103103

104104
return OSHMEM_SUCCESS;

0 commit comments

Comments
 (0)