src/cx/list.h

changeset 892
6ebf6fdfbc2c
parent 890
54565fd74e74
--- 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);
 

mercurial