The branch stable/12 has been updated by gbe (doc committer):

URL: 
https://cgit.FreeBSD.org/src/commit/?id=582ee5dc754d2cf427bb95be5ab74e8276f0dc6d

commit 582ee5dc754d2cf427bb95be5ab74e8276f0dc6d
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2023-01-11 10:29:23 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2023-01-14 09:34:04 +0000

    i386: Fix a typo in a source code comment
    
    - s/betwen/between/
    
    (cherry picked from commit 77a863b6c217f3c143e1a8514a0fe409d5936c0f)
---
 sys/i386/i386/in_cksum.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/i386/i386/in_cksum.c b/sys/i386/i386/in_cksum.c
index 0ef08dc2b5d5..f20a079b466b 100644
--- a/sys/i386/i386/in_cksum.c
+++ b/sys/i386/i386/in_cksum.c
@@ -472,7 +472,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).
                         */

Reply via email to