X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=list%2F_info.c;h=0402b4908ceaf30ac28e54605c0f6e84342655de;hb=f033b4f38211e299232e226d5c39ef0e7f73475c;hp=5e2288215403fce0f1b50b58801b5ca5219791b0;hpb=2040a0c4726800b60f0a1967989c0004ca30d1d9;p=ccan 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. *