Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Aug 2025 08:49:01 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: aa05ba74e233 - main - nvmf: Fix a typo in a source code comment
Message-ID:  <202508250849.57P8n12u097682@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=aa05ba74e2334a634182cfa0d5b5952c2450d19d

commit aa05ba74e2334a634182cfa0d5b5952c2450d19d
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-08-25 08:36:17 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-08-25 08:36:17 +0000

    nvmf: Fix a typo in a source code comment
    
    - s/tranfers/transfers/
    
    MFC after:      3 days
---
 sys/dev/nvmf/nvmf_tcp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/nvmf/nvmf_tcp.c b/sys/dev/nvmf/nvmf_tcp.c
index 6ad5229f6043..e50d7ff48d2b 100644
--- a/sys/dev/nvmf/nvmf_tcp.c
+++ b/sys/dev/nvmf/nvmf_tcp.c
@@ -970,7 +970,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?202508250849.57P8n12u097682>