git: aa05ba74e233 - main - nvmf: Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Mon, 25 Aug 2025 08:49:01 UTC
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);