Commit e5ca6bcf authored by Rusty Russell's avatar Rusty Russell

Fix typo.

parent c9f42c0a
......@@ -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.
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment