From 938a2dbe53d06bc6bdf62dbf99d8b383d1076389 Mon Sep 17 00:00:00 2001 From: a bellenir Date: Fri, 15 Aug 2014 15:40:02 +0000 Subject: [PATCH] grammar --- source/rbt/rbt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) */ -- 2.52.0