Skip to content

Commit

Permalink
Merge pull request #8296 from hoopoepg/topic/fixed-typos
Browse files Browse the repository at this point in the history
RC/MLX5: fixed typos in comment
  • Loading branch information
yosefe authored Jun 12, 2022
2 parents 5ff6c0d + 835a6f5 commit 270b7a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/uct/ib/dc/dc_mlx5.h
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ KHASH_MAP_INIT_INT64(uct_dc_mlx5_fc_hash, uct_dc_mlx5_ep_fc_entry_t);
* 0 release stack ndci
* top top
*
* Overall count of DCI's to relase and allocated DCI's could not be more than
* Overall count of DCI's to release and allocated DCI's could not be more than
* ndci and these stacks are not intersected
*/
typedef struct {
Expand Down
4 changes: 2 additions & 2 deletions src/uct/ib/rc/accel/rc_mlx5_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ typedef struct uct_rc_mlx5_cmd_wq {
uct_ib_mlx5_txwq_t super;
uct_rc_mlx5_srq_op_t *ops; /* array of operations on command QP */
int ops_head; /* points to the next operation to be completed */
int ops_tail; /* points to the last adde operation*/
int ops_tail; /* points to the last added operation*/
int ops_mask; /* mask which bounds head and tail by
ops array size */
} uct_rc_mlx5_cmd_wq_t;
Expand All @@ -239,7 +239,7 @@ typedef struct uct_rc_mlx5_mp_context {
* is being processed (not all fragments are delivered to the user via
* uct_tag_unexp_eager_cb_t callback yet). Otherwise, any incoming tag
* eager message should be either a single fragment message or the first
* fragment of multi-fragmeneted message. */
* fragment of multi-fragmented message. */
uint8_t free;
} uct_rc_mlx5_mp_context_t;

Expand Down

0 comments on commit 270b7a6

Please sign in to comment.