mirror of
https://github.com/google/pebble.git
synced 2025-05-29 06:23:13 +00:00
spelling: expected
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
0de0ee0d68
commit
cb8f7b7fc1
2 changed files with 2 additions and 2 deletions
|
@ -133,7 +133,7 @@ void test_mbuf__iter_modify(void) {
|
|||
for (int i = 0; i < 6; i++) {
|
||||
cl_assert(!mbuf_iterator_is_finished(&write_iter));
|
||||
cl_assert(!mbuf_iterator_is_finished(&read_iter));
|
||||
// check we're on the exected mbuf
|
||||
// check we're on the expected mbuf
|
||||
if (i < 3) {
|
||||
cl_assert(mbuf_iterator_get_current_mbuf(&write_iter) == &mbuf1);
|
||||
cl_assert(mbuf_iterator_get_current_mbuf(&read_iter) == &mbuf1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue