Skip to content

Commit

Permalink
TL/UCP: BASE: Minor typo corrections
Browse files Browse the repository at this point in the history
Signed-off-by: Tomislav Janjusic <tomislavj@nvidia.com>
  • Loading branch information
janjust committed May 1, 2024
1 parent bf054b4 commit 3767d3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/base/ucc_base_iface.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ucc_config_field_t ucc_base_lib_config_table[] = {
ucc_offsetof(ucc_base_lib_config_t, use_tuning), UCC_CONFIG_TYPE_BOOL},

{"MIN_TEAM_SIZE", "auto",
"mininaml team size for which component can be used",
"mininimal team size for which component can be used",
ucc_offsetof(ucc_base_lib_config_t, min_team_size),
UCC_CONFIG_TYPE_ULUNITS},

Expand Down
6 changes: 3 additions & 3 deletions src/components/tl/ucp/tl_ucp.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ ucc_config_field_t ucc_tl_ucp_lib_config_table[] = {

{"KN_RADIX", "0",
"Radix of all algorithms based on knomial pattern. When set to a "
"positive value it is used as a convinience parameter to set all "
"positive value it is used as a convenience parameter to set all "
"other KN_RADIX values",
ucc_offsetof(ucc_tl_ucp_lib_config_t, kn_radix), UCC_CONFIG_TYPE_UINT},

Expand Down Expand Up @@ -191,7 +191,7 @@ ucc_config_field_t ucc_tl_ucp_lib_config_table[] = {
UCC_CONFIG_TYPE_BOOL},

{"REDUCE_SCATTERV_RING_BIDIRECTIONAL", "y",
"Launch 2 inverted rings concurrently during ReduceScatterV Ring "
"Launch 2 inverted rings concurrently during ReduceScatterv Ring "
"algorithm",
ucc_offsetof(ucc_tl_ucp_lib_config_t, reduce_scatterv_ring_bidirectional),
UCC_CONFIG_TYPE_BOOL},
Expand All @@ -214,7 +214,7 @@ static ucs_config_field_t ucc_tl_ucp_context_config_table[] = {

{"PRECONNECT", "0",
"Threshold that defines the number of ranks in the UCC team/context "
"below which the team/context enpoints will be preconnected during "
"below which the team/context endpoints will be preconnected during "
"corresponding team/context create call",
ucc_offsetof(ucc_tl_ucp_context_config_t, preconnect),
UCC_CONFIG_TYPE_UINT},
Expand Down

0 comments on commit 3767d3c

Please sign in to comment.