]> git.ozlabs.org Git - ccan/blobdiff - list/_info.c
Fix typo.
[ccan] / list / _info.c
index 5e2288215403fce0f1b50b58801b5ca5219791b0..0402b4908ceaf30ac28e54605c0f6e84342655de 100644 (file)
@@ -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.
  *