diff -r 49d8cff6f0ee -r 6ebf6fdfbc2c src/cx/list.h --- a/src/cx/list.h Sat Sep 28 15:55:14 2024 +0200 +++ b/src/cx/list.h Sun Sep 29 13:10:52 2024 +0200 @@ -71,7 +71,7 @@ * Destructor function. * * Implementations SHALL invoke the content destructor functions if provided - * and SHALL deallocate the list memory, if an allocator is provided. + * and SHALL deallocate the list memory. */ void (*destructor)(struct cx_list_s *list);