diff -r 378578666c83 -r 1210ee2d755f src/cx/list.h --- a/src/cx/list.h Fri Jul 07 18:29:00 2023 +0200 +++ b/src/cx/list.h Fri Jul 07 18:41:03 2023 +0200 @@ -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. *