src/cx/list.h

changeset 739
529c35a768f3
parent 708
1caed6c9ba68
child 741
1210ee2d755f
     1.1 --- a/src/cx/list.h	Fri Jul 07 17:59:52 2023 +0200
     1.2 +++ b/src/cx/list.h	Fri Jul 07 18:20:07 2023 +0200
     1.3 @@ -77,7 +77,7 @@
     1.4      void (*destructor)(struct cx_list_s *list);
     1.5  
     1.6      /**
     1.7 -     * Member function for inserting a single elements.
     1.8 +     * Member function for inserting a single element.
     1.9       * Implementors SHOULD see to performant implementations for corner cases.
    1.10       */
    1.11      int (*insert_element)(

mercurial