aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/diskindex/fieldreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchlib/diskindex/fieldreader.h')
-rw-r--r--searchlib/src/vespa/searchlib/diskindex/fieldreader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/diskindex/fieldreader.h b/searchlib/src/vespa/searchlib/diskindex/fieldreader.h
index c822ace0002..73b56559115 100644
--- a/searchlib/src/vespa/searchlib/diskindex/fieldreader.h
+++ b/searchlib/src/vespa/searchlib/diskindex/fieldreader.h
@@ -17,7 +17,7 @@ class FieldLengthScanner;
/*
* FieldReader is used to read a dictionary and posting list file
* together, and get a sequential view of the stored data.
- *
+ *
* It can use mappings for word numbers and document ids to skip
* documents that are logically removed and use shared word numbers
* with other field readers.