summaryrefslogtreecommitdiffstats
path: root/searchcorespi
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2020-04-06 17:38:22 +0200
committerGitHub <noreply@github.com>2020-04-06 17:38:22 +0200
commit5a8ca01510284386dac769e80222ee7e79dfd5ad (patch)
treefd7aabec14097af38d3d83bfb1a30326cd5bd8c9 /searchcorespi
parente169f4da3356176f2626b41a8819ee7176c28e7d (diff)
parent5dd5309752463d86ced60b2ce0eb10de8f01414d (diff)
Merge pull request #12854 from vespa-engine/geirst/hnsw-index-params-in-attribute-header
Hnsw index params in attribute header
Diffstat (limited to 'searchcorespi')
-rw-r--r--searchcorespi/src/vespa/searchcorespi/flush/iflushtarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcorespi/src/vespa/searchcorespi/flush/iflushtarget.h b/searchcorespi/src/vespa/searchcorespi/flush/iflushtarget.h
index 31707643649..03d9ba8d55c 100644
--- a/searchcorespi/src/vespa/searchcorespi/flush/iflushtarget.h
+++ b/searchcorespi/src/vespa/searchcorespi/flush/iflushtarget.h
@@ -153,7 +153,7 @@ public:
virtual Time getLastFlushTime() const = 0;
/**
- * Return if the traget itself is in bad need for a flush.
+ * Return if the target itself is in bad need for a flush.
*
* @return true if an urgent flush is needed
*/