mirror of
https://github.com/google/pebble.git
synced 2025-11-18 05:20:55 -05:00
spelling: iterating
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -99,7 +99,7 @@ void test_mbuf__length(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void test_mbuf__iter_empty(void) {
|
void test_mbuf__iter_empty(void) {
|
||||||
// test iteratoring over empty mbuf chains
|
// test iterating over empty mbuf chains
|
||||||
MBuf mbuf1 = MBUF_EMPTY;
|
MBuf mbuf1 = MBUF_EMPTY;
|
||||||
MBuf mbuf2 = MBUF_EMPTY;
|
MBuf mbuf2 = MBUF_EMPTY;
|
||||||
MBufIterator iter;
|
MBufIterator iter;
|
||||||
|
|||||||
Reference in New Issue
Block a user