mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: iterating
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
2437efdba9
commit
d78f6df080
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue