mirror of
https://github.com/google/pebble.git
synced 2025-05-22 19:34:51 +00:00
spelling: iteration
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
d78f6df080
commit
a35061eaf8
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ typedef struct ListNode {
|
|||
typedef bool (*ListFilterCallback)(ListNode *found_node, void *data);
|
||||
|
||||
//! - If a callback returns true, the iteration continues
|
||||
//! - If a callback returns false, the ieration stops.
|
||||
//! - If a callback returns false, the iteration stops.
|
||||
typedef bool (*ListForEachCallback)(ListNode *node, void *context);
|
||||
|
||||
#define LIST_NODE_NULL { .next = NULL, .prev = NULL }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue