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

URL: 
https://cgit.FreeBSD.org/src/commit/?id=10fdb005202236c791d7e52fd22dfcf027785648

commit 10fdb005202236c791d7e52fd22dfcf027785648
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2023-01-11 10:29:23 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2023-01-14 09:28:41 +0000

    i386: Fix a typo in a source code comment
    
    - s/betwen/between/
    
    (cherry picked from commit 77a863b6c217f3c143e1a8514a0fe409d5936c0f)
---
 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 ba7cd170286b..ec8b35e8afe8 100644
--- a/sys/i386/i386/in_cksum_machdep.c
+++ b/sys/i386/i386/in_cksum_machdep.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