From: a bellenir Date: Fri, 15 Aug 2014 15:40:02 +0000 (+0000) Subject: grammar X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=938a2dbe53d06bc6bdf62dbf99d8b383d1076389;p=projs%2Flibcds.git grammar --- diff --git a/source/rbt/rbt.h b/source/rbt/rbt.h index 5ee3416..3f33b79 100644 --- a/source/rbt/rbt.h +++ b/source/rbt/rbt.h @@ -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) */