diff options
author | Pavel Machek <pavel@ucw.cz> | 2000-06-07 16:00:17 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2000-06-07 16:00:17 +0200 |
commit | 907503adb6d0b0763ff92266e2fbc522d77f5476 (patch) | |
tree | 0b33810e16c2d6850c87aaa78e66c476bf28613f | |
parent | 18b4d6bf278485f86ae5b636f3155fb36735ff1e (diff) | |
download | bird-907503adb6d0b0763ff92266e2fbc522d77f5476.tar bird-907503adb6d0b0763ff92266e2fbc522d77f5476.zip |
Comment fix.
-rw-r--r-- | filter/tree.c | 2 |
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) |