Skip to content

Commit

Permalink
[Doc] Fix a typo s/oher/other/
Browse files Browse the repository at this point in the history
  • Loading branch information
wonda-tea-coffee authored and ioquatix committed Apr 25, 2021
1 parent e71bc56 commit ad108e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccan/list/list.h
Expand Up @@ -658,7 +658,7 @@ static inline void list_prepend_list_(struct list_head *to,
* @off: offset(relative to @i) at which list node data resides.
*
* This is a low-level wrapper to iterate @i over the entire list, used to
* implement all oher, more high-level, for-each constructs. It's a for loop,
* implement all other, more high-level, for-each constructs. It's a for loop,
* so you can break and continue as normal.
*
* WARNING! Being the low-level macro that it is, this wrapper doesn't know
Expand Down

0 comments on commit ad108e6

Please sign in to comment.