diff --git a/include/common/mini-clist.h b/include/common/mini-clist.h index 2988d2c20..3a6d8ddc8 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. */