diff --git a/tests/fw/util/test_mbuf.c b/tests/fw/util/test_mbuf.c index 17a3269d..cf16f62a 100644 --- a/tests/fw/util/test_mbuf.c +++ b/tests/fw/util/test_mbuf.c @@ -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;