]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: Fix a typo in the mini-clist header
authorJoseph Herlant <aerostitch@debian.org>
Sun, 25 Nov 2018 18:57:13 +0000 (10:57 -0800)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Dec 2018 17:38:15 +0000 (18:38 +0100)
Fixes a typo in the code comments of the mini-clist header.

include/common/mini-clist.h

index 2988d2c20fb4bd3780d632823125cade7448c0c8..3a6d8ddc8b93d8546fa51a6d43506ea45cd17293 100644 (file)
@@ -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.
  */