comment corrected

This commit is contained in:
unknown 2002-09-17 20:37:26 +02:00
parent f3d5cb8b6a
commit 590a0ed3fc

View File

@ -174,10 +174,8 @@ static int queue_fix_cmp(QUEUE *queue, void **a, void **b)
}
/*
Fix heap when every element was changed
actually, it can be done in linear time,
not in n*log(n), but some code (myisam/ft_boolean_search.c)
requires a strict order here, not just a queue property
Fix heap when every element was changed,
actually, it can be done better, in linear time, not in n*log(n)
*/
void queue_fix(QUEUE *queue)