src/cx/list.h

changeset 741
1210ee2d755f
parent 739
529c35a768f3
child 759
475335643af4
     1.1 --- a/src/cx/list.h	Fri Jul 07 18:29:00 2023 +0200
     1.2 +++ b/src/cx/list.h	Fri Jul 07 18:41:03 2023 +0200
     1.3 @@ -145,7 +145,7 @@
     1.4      );
     1.5  
     1.6      /**
     1.7 -     * Member function for sorting the list in place.
     1.8 +     * Member function for sorting the list in-place.
     1.9       */
    1.10      void (*sort)(struct cx_list_s *list);
    1.11  
    1.12 @@ -584,7 +584,7 @@
    1.13  }
    1.14  
    1.15  /**
    1.16 - * Sorts the list in place.
    1.17 + * Sorts the list in-place.
    1.18   *
    1.19   * \remark The underlying sort algorithm is implementation defined.
    1.20   *

mercurial