From e5ca6bcffbac9983e03a584729219ba4b6fe860f Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Sat, 15 Mar 2008 21:58:36 +1100 Subject: [PATCH] Fix typo. --- list/_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/list/_info.c b/list/_info.c index 5e228821..0402b490 100644 --- a/list/_info.c +++ b/list/_info.c @@ -6,7 +6,7 @@ * list - double linked list routines * * The list header contains routines for manipulating double linked lists. - * It defined two types: struct list_head used for anchoring lists, and + * It defines two types: struct list_head used for anchoring lists, and * struct list_node which is usually embedded in the structure which is placed * in the list. * -- 2.39.2