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:
Joseph Herlant 2018-11-25 10:57:13 -08:00 committed by Willy Tarreau
parent d77575d03e
commit 41abef77cb
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ struct cond_wordlist {
#define LIST_NEXT(lh, pt, el) (LIST_ELEM((lh)->n, pt, el)) #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 * which contains list head <lh>, which is known as element <el> in
* struct pt. * struct pt.
*/ */