Comment typo fixed

This commit is contained in:
Matthias Koefferlein 2024-05-31 15:16:44 +02:00
parent 11bddc2914
commit 2e7e299af9
1 changed files with 1 additions and 1 deletions

View File

@ -539,7 +539,7 @@ template class instance_iterator<OverlappingInstanceIteratorTraits>;
// -------------------------------------------------------------------------------------
// NormalInstanceIteratorTraits implementation
// TOOD: this class could use standard iterators instead of flat
// TODO: this class could use standard iterators instead of flat
// box tree ones. This potentially saves a sorting step when
// no box trees are needed and order will remain more stable in
// that case.