]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Comment fix.
authorPavel Machek <pavel@ucw.cz>
Wed, 7 Jun 2000 14:00:17 +0000 (14:00 +0000)
committerPavel Machek <pavel@ucw.cz>
Wed, 7 Jun 2000 14:00:17 +0000 (14:00 +0000)
filter/tree.c

index 56b3209c273018fb3e1c20a3166b34e48d1cd92a..6bbf1fd8a7f23586a6fce56200cdda9ea453551f 100644 (file)
@@ -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)