summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-10-27 11:53:53 +0200
committerGitHub <noreply@github.com>2021-10-27 11:53:53 +0200
commitd16e5695290329c7fdd2e90b59629aceacafb6d6 (patch)
treec4199cfdfa73d10cb06c07f96792b8ec652137b6 /searchcore
parente7d5df01a80af0734fbe31a3a765e45abeb8dc13 (diff)
Update searchcore/src/vespa/searchcore/proton/matching/match_thread.cpp
Co-authored-by: Geir Storli <geirst@yahooinc.com>
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/matching/match_thread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/matching/match_thread.cpp b/searchcore/src/vespa/searchcore/proton/matching/match_thread.cpp
index c9ec2a06353..ac408cfb2de 100644
--- a/searchcore/src/vespa/searchcore/proton/matching/match_thread.cpp
+++ b/searchcore/src/vespa/searchcore/proton/matching/match_thread.cpp
@@ -378,7 +378,7 @@ MatchThread::processResult(const Doom & doom,
if (auto task = matchToolsFactory.createOnMatchTask()) {
// This is not correct, as it should use the results before rank-drop-limit
- // But keeping like this for now as on-first-phase should be a subset of -on-match
+ // But keeping like this for now as on-first-phase should be a subset of on-match
task->run(result->copyResult());
}
if (auto task = matchToolsFactory.createOnFirstPhaseTask()) {