mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
libnvmf: Fix a typo in a source code comment
- s/tranfers/transfers/ MFC after: 3 days
This commit is contained in:
parent
6c45a5dad0
commit
e041280989
1 changed files with 1 additions and 1 deletions
|
|
@ -728,7 +728,7 @@ nvmf_tcp_handle_r2t(struct nvmf_tcp_qpair *qp, struct nvmf_tcp_rxpdu *pdu)
|
|||
}
|
||||
|
||||
/*
|
||||
* XXX: The spec does not specify how to handle R2T tranfers
|
||||
* XXX: The spec does not specify how to handle R2T transfers
|
||||
* out of range of the original command.
|
||||
*/
|
||||
data_len = le32toh(r2t->r2tl);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue