mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 23:49:24 +00:00
include: fix typo in list description
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -358,7 +358,7 @@ xorg_list_is_empty(struct xorg_list *head)
|
||||
* struct foo *element = list;
|
||||
* while ((element = nt_list_next(element, next)) { }
|
||||
*
|
||||
* This macro is not safe for node deletion. Use xorg_list_for_each_entry_safe
|
||||
* This macro is not safe for node deletion. Use nt_list_for_each_entry_safe
|
||||
* instead.
|
||||
*
|
||||
* @param list The list or current element.
|
||||
|
||||
Reference in New Issue
Block a user