aboutsummaryrefslogtreecommitdiffstats
path: root/searchcorespi
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-06-24 09:08:40 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-06-24 09:08:40 +0000
commita9fc24546fde6c788f3bbfd5511da77952a07b47 (patch)
treec64f59bac7b610f8a51e34d285f5d53c80ab3abb /searchcorespi
parent732ba0300a2eba3f9cbe821d8535ed3152b3f46f (diff)
'indexFieldInverter and indexFieldWriter'
Diffstat (limited to 'searchcorespi')
-rw-r--r--searchcorespi/src/vespa/searchcorespi/index/ithreadingservice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcorespi/src/vespa/searchcorespi/index/ithreadingservice.h b/searchcorespi/src/vespa/searchcorespi/index/ithreadingservice.h
index addce510e63..9cfca0dcf3b 100644
--- a/searchcorespi/src/vespa/searchcorespi/index/ithreadingservice.h
+++ b/searchcorespi/src/vespa/searchcorespi/index/ithreadingservice.h
@@ -54,7 +54,7 @@ namespace searchcorespi::index {
* to sync index field inverter executor before syncing index field
* writer executor.
*
- * TODO: * indexFieldWriter and indexFieldWriter can be collapsed to one. Both need sequencing,
+ * TODO: * indexFieldInverter and indexFieldWriter can be collapsed to one. Both need sequencing,
* but they sequence on different things so efficiency will be the same and just depends on #threads
*/
struct IThreadingService : public vespalib::Syncable