diff --git a/indexer/features_offsets_table.hpp b/indexer/features_offsets_table.hpp index 8b0624426e..7bd4861746 100644 --- a/indexer/features_offsets_table.hpp +++ b/indexer/features_offsets_table.hpp @@ -112,6 +112,7 @@ namespace feature detail::MappedFile::Handle m_handle; }; - // Builds feature offsets table in an mwm. + // Builds feature offsets table in an mwm or rebuilds an existing + // one. bool BuildOffsetsTable(string const & filePath); } // namespace feature