libnvmf: Fix a typo in a source code comment

- s/tranfers/transfers/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2025-08-25 10:33:32 +02:00
parent 6c45a5dad0
commit e041280989

View file

@ -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);