fix typo in documentation

Mon, 09 Sep 2024 19:00:47 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 09 Sep 2024 19:00:47 +0200
changeset 878
1c1ee61c01f9
parent 877
608b14deea18
child 879
9c24a4eb5ac9

fix typo in documentation

src/cx/linked_list.h file | annotate | diff | comparison | revisions
--- a/src/cx/linked_list.h	Sun Sep 01 16:14:34 2024 +0200
+++ b/src/cx/linked_list.h	Mon Sep 09 19:00:47 2024 +0200
@@ -282,7 +282,7 @@
  * @param loc_prev the location of a \c prev pointer within your node struct (negative if your struct does not have one)
  * @param loc_next the location of a \c next pointer within your node struct (required)
  * @param node the node after which to insert (\c NULL if you want to prepend the node to the list)
- * @param new_node a pointer to the node that shall be prepended
+ * @param new_node a pointer to the node that shall be inserted
  */
 void cx_linked_list_insert(
         void **begin,

mercurial