From 41abef77cb1ba9d346670acf40ed4ae910311e4d Mon Sep 17 00:00:00 2001 From: Joseph Herlant Date: Sun, 25 Nov 2018 10:57:13 -0800 Subject: [PATCH] CLEANUP: Fix a typo in the mini-clist header Fixes a typo in the code comments of the mini-clist header. --- include/common/mini-clist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */