ucx/cx/list.h

branch
newapi
changeset 187
24ce2c326d85
parent 174
0358f1d9c506
child 253
087cc9216f28
--- a/ucx/cx/list.h	Sun Oct 01 09:23:47 2023 +0200
+++ b/ucx/cx/list.h	Sun Oct 01 12:08:09 2023 +0200
@@ -77,7 +77,7 @@
     void (*destructor)(struct cx_list_s *list);
 
     /**
-     * Member function for inserting a single elements.
+     * Member function for inserting a single element.
      * Implementors SHOULD see to performant implementations for corner cases.
      */
     int (*insert_element)(
@@ -145,7 +145,7 @@
     );
 
     /**
-     * Member function for sorting the list in place.
+     * Member function for sorting the list in-place.
      */
     void (*sort)(struct cx_list_s *list);
 
@@ -584,7 +584,7 @@
 }
 
 /**
- * Sorts the list in place.
+ * Sorts the list in-place.
  *
  * \remark The underlying sort algorithm is implementation defined.
  *

mercurial