The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=e041280989eaa887e1dea1e00a51c2d3e0644f9d
commit e041280989eaa887e1dea1e00a51c2d3e0644f9d Author: Gordon Bergling <g...@freebsd.org> AuthorDate: 2025-08-25 08:33:32 +0000 Commit: Gordon Bergling <g...@freebsd.org> CommitDate: 2025-08-25 08:33:32 +0000 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 6f41ca7ff502..48ddabaf506a 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);