0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 11:55:21 +00:00

Comment fix.

This commit is contained in:
Pavel Machek 2000-06-07 14:00:17 +00:00
parent 18b4d6bf27
commit 907503adb6

View 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)