summaryrefslogtreecommitdiffstats
path: root/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'list.c')
-rw-r--r--list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/list.c b/list.c
index 4c0973c..5a1f2e1 100644
--- a/list.c
+++ b/list.c
@@ -10,7 +10,7 @@
/* will not try to allocate or free this data pointer. */
/* */
/* Also accessors are not provided, the user has to directly manipulate */
-/* the structure members (head, tail, len, data, prev, next). */
+/* the structure members (head, tail, len, data, prev, next). */
/* ********************************************************************* */
#include <stdio.h>