libnvmf: Fix a typo in a source code comment
- s/tranfers/transfers/ MFC after: 3 days
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user