i386: Fix a typo in a source code comment

- s/betwen/between/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2023-01-11 11:29:23 +01:00
parent 094902ded9
commit 77a863b6c2

View File

@ -281,7 +281,7 @@ in_cksum_skip(m, len, skip)
} 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).
*/