From 907503adb6d0b0763ff92266e2fbc522d77f5476 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Wed, 7 Jun 2000 14:00:17 +0000 Subject: Comment fix. --- filter/tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter/tree.c') diff --git a/filter/tree.c b/filter/tree.c index 56b3209..6bbf1fd 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) -- cgit v1.2.3