1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[Doc] Fix a typo s/oher/other/

This commit is contained in:
wonda-tea-coffee 2021-04-25 13:48:50 +09:00 committed by Samuel Williams
parent e71bc56efe
commit ad108e63e3
Notes: git 2021-04-25 16:46:19 +09:00

View file

@ -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. * @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 * 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. * so you can break and continue as normal.
* *
* WARNING! Being the low-level macro that it is, this wrapper doesn't know * WARNING! Being the low-level macro that it is, this wrapper doesn't know