From f1be81a6c350bafe985856d8d5a39d8ab7cf9f16 Mon Sep 17 00:00:00 2001 From: Nikita Ivanov <51688199+NikitaIvanovV@users.noreply.github.com> Date: Fri, 17 Jun 2022 14:28:28 +0500 Subject: [PATCH] Fix --- src/ulist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ulist.c b/src/ulist.c index 87493ed..61554dd 100644 --- a/src/ulist.c +++ b/src/ulist.c @@ -113,7 +113,7 @@ void ulist_append(UList *l, void *val) /* * Ensure that all the elements appended will be placed in memory - * will be placed one after another. Useful for storing strings. + * one after another. Useful for storing strings. */ void ulist_lock(UList *l) {