mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
CLEANUP: Fix a typo in the mini-clist header
Fixes a typo in the code comments of the mini-clist header.
This commit is contained in:
parent
d77575d03e
commit
41abef77cb
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ struct cond_wordlist {
|
|||
#define LIST_NEXT(lh, pt, el) (LIST_ELEM((lh)->n, pt, el))
|
||||
|
||||
|
||||
/* returns a pointer of type <pt> to a structure preceeding the element
|
||||
/* returns a pointer of type <pt> to a structure preceding the element
|
||||
* which contains list head <lh>, which is known as element <el> in
|
||||
* struct pt.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue