diff --git a/filter/tree.c b/filter/tree.c index 56b3209c..6bbf1fd8 100644 --- a/filter/tree.c +++ b/filter/tree.c @@ -44,7 +44,7 @@ find_nth(struct f_tree *from, int nth) } /* - * Gets list linked by left, finds its median, trashes pointers in right */ + * find_median - Gets list linked by left, finds its median, trashes pointers in right */ static struct f_tree * find_median(struct f_tree *from)