From be58cca5f70af4c50d9e9b3c48a8e7b5605187c8 Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Wed, 13 Nov 2024 16:45:06 +0100 Subject: [PATCH] Remove unused include and adjust member function comment. --- searchlib/src/vespa/searchlib/diskindex/bitvectordictionary.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/searchlib/src/vespa/searchlib/diskindex/bitvectordictionary.h b/searchlib/src/vespa/searchlib/diskindex/bitvectordictionary.h index 2564853f48d0..b3ce7a183468 100644 --- a/searchlib/src/vespa/searchlib/diskindex/bitvectordictionary.h +++ b/searchlib/src/vespa/searchlib/diskindex/bitvectordictionary.h @@ -2,7 +2,6 @@ #pragma once #include "bitvectorkeyscope.h" -//#include #include #include #include @@ -60,7 +59,7 @@ class BitVectorDictionary **/ index::BitVectorDictionaryLookupResult lookup(uint64_t word_num); /** - * load and return the associated bit vector if lookup result is valid. + * Load and return the associated bit vector if lookup result is valid. * * @param lookup_result the result returned from lookup. * @return the loaded bit vector or empty if lookup result was invalid.