From 6a2e3b59754dad7d013179bd2cb53c1a802c2046 Mon Sep 17 00:00:00 2001 From: Mikkel Thestrup Date: Thu, 11 Dec 2025 14:43:23 +0100 Subject: Fixed spelling --- src/linked_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/linked_list.c') diff --git a/src/linked_list.c b/src/linked_list.c index 6335c3d..2023c65 100644 --- a/src/linked_list.c +++ b/src/linked_list.c @@ -3,7 +3,7 @@ LinkedList *linked_list_new(void) { /* Note that the members of the linked list - * is initialized to 0 when using calloc() */ + * are initialized to 0 when using calloc() */ LinkedList *ll = (LinkedList *)calloc(1, sizeof(LinkedList)); if (!ll) return NULL; -- cgit v1.2.3-70-g09d2