From 2e7e299af98e1fecfc11647d3b8645c8fa03f53a Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Fri, 31 May 2024 15:16:44 +0200 Subject: [PATCH] Comment typo fixed --- src/db/db/dbInstances.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.