summaryrefslogtreecommitdiffstats
path: root/searchsummary
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-02-12 22:27:17 +0100
committerGitHub <noreply@github.com>2024-02-12 22:27:17 +0100
commitabb2f599c5743dd9c4b02a104ca0735e817ed1f5 (patch)
tree2f8c6a9a48f0d27dc3b33b13f5b7abbbc6d407cb /searchsummary
parent68c66f5b896f9e0ff8f5a4da43693613006b67c2 (diff)
Update searchsummary/src/vespa/searchsummary/docsummary/summaryfeaturesdfw.cpp
Co-authored-by: Geir Storli <geirst@yahooinc.com>
Diffstat (limited to 'searchsummary')
-rw-r--r--searchsummary/src/vespa/searchsummary/docsummary/summaryfeaturesdfw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchsummary/src/vespa/searchsummary/docsummary/summaryfeaturesdfw.cpp b/searchsummary/src/vespa/searchsummary/docsummary/summaryfeaturesdfw.cpp
index 10e39fb0ddd..e23cb20ef37 100644
--- a/searchsummary/src/vespa/searchsummary/docsummary/summaryfeaturesdfw.cpp
+++ b/searchsummary/src/vespa/searchsummary/docsummary/summaryfeaturesdfw.cpp
@@ -41,7 +41,7 @@ SummaryFeaturesDFW::insertField(uint32_t docid, GetDocsumsState& state, vespalib
obj.setDouble(name, values[i].as_double());
}
}
- obj.setDouble(_M_cached, 0.0); // TODO Remove, has not been cahed for many years
+ obj.setDouble(_M_cached, 0.0); // TODO Remove, has not been cached for many years
}
}