Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jan 2023 10:29:33 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: 77a863b6c217 - main - i386: Fix a typo in a source code comment
Message-ID:  <202301111029.30BATXwV053692@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=77a863b6c217f3c143e1a8514a0fe409d5936c0f

commit 77a863b6c217f3c143e1a8514a0fe409d5936c0f
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-01-11 10:29:23 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-01-11 10:29:23 +0000

    i386: Fix a typo in a source code comment
    
    - s/betwen/between/
    
    MFC after:      3 days
---
 sys/i386/i386/in_cksum_machdep.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/i386/i386/in_cksum_machdep.c b/sys/i386/i386/in_cksum_machdep.c
index 49255a3c99ec..31ecd2baa7ca 100644
--- a/sys/i386/i386/in_cksum_machdep.c
+++ b/sys/i386/i386/in_cksum_machdep.c
@@ -281,7 +281,7 @@ skip_start:
 		} else if (mlen == -1)
 			/*
 			 * This mbuf has odd number of bytes.
-			 * There could be a word split betwen
+			 * There could be a word split between
 			 * this mbuf and the next mbuf.
 			 * Save the last byte (to prepend to next mbuf).
 			 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301111029.30BATXwV053692>