From: Joseph Herlant Date: Sun, 25 Nov 2018 18:57:13 +0000 (-0800) Subject: CLEANUP: Fix a typo in the mini-clist header X-Git-Tag: v1.9-dev9~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41abef77cb1ba9d346670acf40ed4ae910311e4d;p=thirdparty%2Fhaproxy.git CLEANUP: Fix a typo in the mini-clist header Fixes a typo in the code comments of the mini-clist header. --- diff --git a/include/common/mini-clist.h b/include/common/mini-clist.h index 2988d2c20f..3a6d8ddc8b 100644 --- a/include/common/mini-clist.h +++ b/include/common/mini-clist.h @@ -107,7 +107,7 @@ struct cond_wordlist { #define LIST_NEXT(lh, pt, el) (LIST_ELEM((lh)->n, pt, el)) -/* returns a pointer of type to a structure preceeding the element +/* returns a pointer of type to a structure preceding the element * which contains list head , which is known as element in * struct pt. */