From 3d5ece87a5fca45d75e06e65aae419bbbb064381 Mon Sep 17 00:00:00 2001 From: pgen Date: Tue, 20 Jul 2021 21:00:06 +0200 Subject: Typos --- list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'list.c') 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 -- cgit v1.2.3