diff --git a/src/db/db/dbInstances.cc b/src/db/db/dbInstances.cc index 3ad24f8c1..4d4c3c76e 100644 --- a/src/db/db/dbInstances.cc +++ b/src/db/db/dbInstances.cc @@ -539,7 +539,7 @@ template class instance_iterator; // ------------------------------------------------------------------------------------- // 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.