Skip to content

Commit

Permalink
Fix spelling mistake of transferred
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Drung <[email protected]>
  • Loading branch information
bdrung committed Feb 26, 2024
1 parent fae7fde commit 88f659c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libibverbs/man/ibv_reg_mr.3
Expand Up @@ -65,7 +65,7 @@ Create an on-demand paging MR
Huge pages are guaranteed to be used for this MR, applicable with IBV_ACCESS_ON_DEMAND in explicit mode only
.TP
.B IBV_ACCESS_RELAXED_ORDERING\fR
This setting allows the NIC to relax the order that data is transfered between the
This setting allows the NIC to relax the order that data is transferred between the
network and the target memory region. Relaxed ordering allows network initiated
writes (such as incoming message send or RDMA write operations) to reach memory
in an arbitrary order. This can improve the performance of some applications.
Expand Down
2 changes: 1 addition & 1 deletion librdmacm/docs/rsocket
Expand Up @@ -109,7 +109,7 @@ with the meaning of the lower 29 bits determined by the upper bits.

Bits Message Meaning of
31:29 Type Bits 28:0
000 Data Transfer bytes transfered
000 Data Transfer bytes transferred
001 reserved
010 reserved - used internally, available for future use
011 reserved
Expand Down
2 changes: 1 addition & 1 deletion librdmacm/rsocket.c
Expand Up @@ -2362,7 +2362,7 @@ static int rs_poll_all(struct rsocket *rs)
* We use hardware flow control to prevent over running the remote
* receive queue. However, data transfers still require space in
* the remote rmsg queue, or we risk losing notification that data
* has been transfered.
* has been transferred.
*
* Be careful with race conditions in the check below. The target SGL
* may be updated by a remote RDMA write.
Expand Down

0 comments on commit 88f659c

Please sign in to comment.