From e041280989eaa887e1dea1e00a51c2d3e0644f9d Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Mon, 25 Aug 2025 10:33:32 +0200 Subject: [PATCH] libnvmf: Fix a typo in a source code comment - s/tranfers/transfers/ MFC after: 3 days --- lib/libnvmf/nvmf_tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libnvmf/nvmf_tcp.c b/lib/libnvmf/nvmf_tcp.c index 6f41ca7ff50..48ddabaf506 100644 --- a/lib/libnvmf/nvmf_tcp.c +++ b/lib/libnvmf/nvmf_tcp.c @@ -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);