aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/apps/vespa-index-inspect/vespa-index-inspect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/apps/vespa-index-inspect/vespa-index-inspect.cpp')
-rw-r--r--searchlib/src/apps/vespa-index-inspect/vespa-index-inspect.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchlib/src/apps/vespa-index-inspect/vespa-index-inspect.cpp b/searchlib/src/apps/vespa-index-inspect/vespa-index-inspect.cpp
index c2fcba379fd..469c8aeac4e 100644
--- a/searchlib/src/apps/vespa-index-inspect/vespa-index-inspect.cpp
+++ b/searchlib/src/apps/vespa-index-inspect/vespa-index-inspect.cpp
@@ -388,7 +388,7 @@ ShowPostingListSubApp::readWordList(const SchemaUtil::IndexIterator &index)
PostingListCounts counts;
uint64_t wordNum = noWordNum();
wr.readWord(word, wordNum, counts);
- words.push_back(""); // Word number 0 is special here.
+ words.push_back(""); // Word number 0 is special here.
while (wordNum != noWordNumHigh()) {
assert(wordNum == words.size());
words.push_back(word);
@@ -595,7 +595,7 @@ ShowPostingListSubApp::showPostingList()
handle->second._bitOffset = offsetAndCounts._offset;
handle->second._bitLength = handle->first._bitLength;
const uint32_t first_segment = 0;
- const uint32_t num_segments = 0; // means all segments
+ const uint32_t num_segments = 0; // means all segments
handle->second._file = postingfile.get();
handle->second._file->readPostingList(handle->first,
first_segment,