summaryrefslogtreecommitdiffstats
path: root/list.c
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2021-07-20 21:00:06 +0200
committerpgen <p.gen.progs@gmail.com>2021-07-20 21:00:06 +0200
commit3d5ece87a5fca45d75e06e65aae419bbbb064381 (patch)
tree3016dd8503112196d43b378852eb64ec8077053c /list.c
parent50c0a4ffc018d30032251f647ada7a615264553c (diff)
Typos
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>