aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2023-10-19 18:23:24 +0200
committerTor Egge <Tor.Egge@online.no>2023-10-19 18:23:24 +0200
commit825b86bb3409685a0abf7908e5d3cb1f022a5d11 (patch)
tree63c282f22513390dde4e96ec7aad33a52a461eaf /searchcore
parent68c86b598ecec0ee8a912ecc896f8c86dcfcf1f4 (diff)
Fix typo.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/flushengine/flushengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/flushengine/flushengine.cpp b/searchcore/src/vespa/searchcore/proton/flushengine/flushengine.cpp
index 82862ef8318..768800ee781 100644
--- a/searchcore/src/vespa/searchcore/proton/flushengine/flushengine.cpp
+++ b/searchcore/src/vespa/searchcore/proton/flushengine/flushengine.cpp
@@ -440,7 +440,7 @@ FlushEngine::flushDone(const FlushContext &ctx, uint32_t taskId)
std::lock_guard<std::mutex> guard(_lock);
/*
* Hand over any priority flush token for completed flush to
- * _pendingPrune, to ensure that setStrategy will wait util
+ * _pendingPrune, to ensure that setStrategy will wait until
* flush engine has called prune().
*/
std::shared_ptr<PriorityFlushToken> priority_flush_token;