]> git.mdlowis.com Git - projs/libcds.git/commitdiff
grammar
authora bellenir <a@bellenir.com>
Fri, 15 Aug 2014 15:40:02 +0000 (15:40 +0000)
committera bellenir <a@bellenir.com>
Fri, 15 Aug 2014 15:40:02 +0000 (15:40 +0000)
source/rbt/rbt.h

index 5ee34167d5d0594d1d7f68b03ce5b41e351fa3b9..3f33b79f2520fde1f7cac94ad4f19b1c0a554b53 100644 (file)
@@ -59,7 +59,7 @@ rbt_node_t* rbt_node_new(void* contents);
 /**
  * @brief get the color of a given node
  *
- * @param node the node to get the color of
+ * @param node the node on which to operate
  *
  * @return RED or BLACK. BLACK if node is NULL (a leaf)
  */