aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/diskindex/zc4_posting_reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchlib/diskindex/zc4_posting_reader.h')
-rw-r--r--searchlib/src/vespa/searchlib/diskindex/zc4_posting_reader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/diskindex/zc4_posting_reader.h b/searchlib/src/vespa/searchlib/diskindex/zc4_posting_reader.h
index 6cecccfeb11..145af8d2918 100644
--- a/searchlib/src/vespa/searchlib/diskindex/zc4_posting_reader.h
+++ b/searchlib/src/vespa/searchlib/diskindex/zc4_posting_reader.h
@@ -13,7 +13,7 @@ namespace search::diskindex {
* features. If "cheap" features are enabled then they are interleaved
* with docid deltas for quick access during sequential scan while the
* full features still remains separate.
- *
+ *
* Rare words do not have skip info, and docid deltas and features are
* interleaved.
*/