projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9f42c0
)
Fix typo.
author
Rusty Russell
<rusty@vivaldi>
Sat, 15 Mar 2008 10:58:36 +0000
(21:58 +1100)
committer
Rusty Russell
<rusty@vivaldi>
Sat, 15 Mar 2008 10:58:36 +0000
(21:58 +1100)
list/_info.c
patch
|
blob
|
history
diff --git
a/list/_info.c
b/list/_info.c
index 5e2288215403fce0f1b50b58801b5ca5219791b0..0402b4908ceaf30ac28e54605c0f6e84342655de 100644
(file)
--- 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 define
d
two types: struct list_head used for anchoring lists, and
+ * It define
s
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.
*