The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=77a863b6c217f3c143e1a8514a0fe409d5936c0f
commit 77a863b6c217f3c143e1a8514a0fe409d5936c0f Author: Gordon Bergling <g...@freebsd.org> AuthorDate: 2023-01-11 10:29:23 +0000 Commit: Gordon Bergling <g...@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). */