mirror of https://github.com/google/pebble
spelling: iterating
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
2437efdba9
commit
d78f6df080
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue