summaryrefslogtreecommitdiffstats
path: root/filter/tree.c
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2000-06-07 16:00:17 +0200
committerPavel Machek <pavel@ucw.cz>2000-06-07 16:00:17 +0200
commit907503adb6d0b0763ff92266e2fbc522d77f5476 (patch)
tree0b33810e16c2d6850c87aaa78e66c476bf28613f /filter/tree.c
parent18b4d6bf278485f86ae5b636f3155fb36735ff1e (diff)
downloadbird-907503adb6d0b0763ff92266e2fbc522d77f5476.tar
bird-907503adb6d0b0763ff92266e2fbc522d77f5476.zip
Comment fix.
Diffstat (limited to 'filter/tree.c')
-rw-r--r--filter/tree.c2
1 files changed, 1 insertions, 1 deletions
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)