Hi,

The attached patch fixes a typo in the code comments of the mini-clist header.

Thanks,
Joseph
From e291a41e4d50def29a452308afbebbec40941207 Mon Sep 17 00:00:00 2001
From: Joseph Herlant <aerosti...@debian.org>
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 2988d2c2..3a6d8ddc 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 <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.
  */
-- 
2.19.1

Reply via email to