summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-11-12 09:44:50 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-11-12 09:44:50 +0000
commit5dcaf752befb07adbaf7c6693bf80761c75e3609 (patch)
treec316792bc5a91dbc5d48a70753a043e3fecba481 /searchcore
parentcf5279392963e6ba305e895689a6c8999b63b414 (diff)
suammry -> summary
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/summaryengine/summaryengine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/summaryengine/summaryengine.cpp b/searchcore/src/vespa/searchcore/proton/summaryengine/summaryengine.cpp
index df9dbf99728..fcdb9b25e62 100644
--- a/searchcore/src/vespa/searchcore/proton/summaryengine/summaryengine.cpp
+++ b/searchcore/src/vespa/searchcore/proton/summaryengine/summaryengine.cpp
@@ -42,7 +42,7 @@ uint32_t getNumDocs(const DocsumReply &reply) {
}
}
-VESPA_THREAD_STACK_TAG(suammry_engine_executor)
+VESPA_THREAD_STACK_TAG(summary_engine_executor)
} // namespace anonymous
@@ -62,7 +62,7 @@ SummaryEngine::SummaryEngine(size_t numThreads)
: _lock(),
_closed(false),
_handlers(),
- _executor(numThreads, 128 * 1024, suammry_engine_executor),
+ _executor(numThreads, 128 * 1024, summary_engine_executor),
_metrics(std::make_unique<DocsumMetrics>())
{ }