summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2021-12-15 13:33:19 +0100
committerGitHub <noreply@github.com>2021-12-15 13:33:19 +0100
commitf8a2ab3e51e478ad00fc3c44680e2451c4f4d8b7 (patch)
tree9ed8d0762dd1be306b4f40f7abb76f798799039e /document
parent182104d8f355ff2bef5b2abba0ccae88a958fa21 (diff)
Fix typo
Diffstat (limited to 'document')
-rw-r--r--document/src/vespa/document/select/doctype.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/document/src/vespa/document/select/doctype.cpp b/document/src/vespa/document/select/doctype.cpp
index 05b8b9593dd..800e8aa34b4 100644
--- a/document/src/vespa/document/select/doctype.cpp
+++ b/document/src/vespa/document/select/doctype.cpp
@@ -15,7 +15,7 @@ namespace {
vespalib::stringref name)
{
if (type.getName() == name) return true;
- // TODO Vespa 8: Remove this for look on Vespa 8
+ // TODO Vespa 8: Remove this for loop on Vespa 8
for (std::vector<const DocumentType *>::const_iterator it
= type.getInheritedTypes().begin();
it != type.getInheritedTypes().end(); ++it)