aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/README.wmem4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.wmem b/doc/README.wmem
index f203e74fd3..e1fea5d409 100644
--- a/doc/README.wmem
+++ b/doc/README.wmem
@@ -92,8 +92,8 @@ wmem_strbuf.h
2.2.3 Container Data Structures
-wmem_slist.h
- - A singly-linked list implementation.
+wmem_list.h
+ - A doubly-linked list implementation.
wmem_stack.h
- A stack implementation (push, pop, etc).