diff --git a/thiersort.h b/thiersort.h index 56341a1..4ad8dc0 100644 --- a/thiersort.h +++ b/thiersort.h @@ -630,7 +630,7 @@ static inline void ts_quicksort_fromto( const TSU32 bi, void *reent_data), void *reent_data) { - // FIXME: Code is rotten here - see above variant pls! + // TODO: Check if code around here is good - tests look like OK, but I thought its buggy!? if(from >= to) return; TSU32 len = (to - from);