Date: Mon, 25 Aug 2025 08:48:59 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: e041280989ea - main - libnvmf: Fix a typo in a source code comment Message-ID: <202508250848.57P8mx04097603@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=e041280989eaa887e1dea1e00a51c2d3e0644f9d commit e041280989eaa887e1dea1e00a51c2d3e0644f9d Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2025-08-25 08:33:32 +0000 Commit: Gordon Bergling <gbe@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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508250848.57P8mx04097603>