Comment fix.
This commit is contained in:
parent
18b4d6bf27
commit
907503adb6
1 changed files with 1 additions and 1 deletions
|
@ -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 *
|
static struct f_tree *
|
||||||
find_median(struct f_tree *from)
|
find_median(struct f_tree *from)
|
||||||
|
|
Loading…
Reference in a new issue