This commit is contained in:
Nikita Ivanov 2022-06-17 14:28:28 +05:00 committed by Nikita Ivanov
parent ff9518de9d
commit f1be81a6c3
No known key found for this signature in database
GPG Key ID: 6E656AC5B97B5133

View File

@ -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)
{