spelling: iterating

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 14:54:48 -05:00
parent 2437efdba9
commit d78f6df080

View file

@ -99,7 +99,7 @@ void test_mbuf__length(void) {
}
void test_mbuf__iter_empty(void) {
// test iteratoring over empty mbuf chains
// test iterating over empty mbuf chains
MBuf mbuf1 = MBUF_EMPTY;
MBuf mbuf2 = MBUF_EMPTY;
MBufIterator iter;