From d78f6df080d9e1c985e73dd97e5a7dfd18110cc7 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:54:48 -0500 Subject: [PATCH] spelling: iterating Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/fw/util/test_mbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;