From 096f7c06b111df6e4ee5370f27921681a56b53b6 Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: Thu, 17 Nov 2011 08:02:36 +0000 Subject: Fixed comment in BLI_dlrbTree_search_exact --- source/blender/blenlib/intern/DLRB_tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/blender/blenlib/intern/DLRB_tree.c b/source/blender/blenlib/intern/DLRB_tree.c index 72743e38d4c..4507d70e339 100644 --- a/source/blender/blenlib/intern/DLRB_tree.c +++ b/source/blender/blenlib/intern/DLRB_tree.c @@ -209,7 +209,7 @@ DLRBT_Node *BLI_dlrbTree_search_exact (DLRBT_Tree *tree, DLRBT_Comparator_FP cmp } } - /* return the nearest matching node */ + /* return the exactly matching node */ return (found == 1) ? (node) : (NULL); } -- cgit v1.2.3