aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/diskindex/zc4_posting_writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchlib/diskindex/zc4_posting_writer.h')
-rw-r--r--searchlib/src/vespa/searchlib/diskindex/zc4_posting_writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/diskindex/zc4_posting_writer.h b/searchlib/src/vespa/searchlib/diskindex/zc4_posting_writer.h
index 5f464766877..d7d78cf958c 100644
--- a/searchlib/src/vespa/searchlib/diskindex/zc4_posting_writer.h
+++ b/searchlib/src/vespa/searchlib/diskindex/zc4_posting_writer.h
@@ -15,7 +15,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.
*/