diff --git a/src/storage/invertedindex/search/early_terminate_iterator/blockmax_maxscore_iterator.cppm b/src/storage/invertedindex/search/early_terminate_iterator/blockmax_maxscore_iterator.cppm index a03d65fc05..a5ee298c99 100644 --- a/src/storage/invertedindex/search/early_terminate_iterator/blockmax_maxscore_iterator.cppm +++ b/src/storage/invertedindex/search/early_terminate_iterator/blockmax_maxscore_iterator.cppm @@ -63,7 +63,7 @@ private: float common_block_max_bm25_score_ = 0.0f; Vector common_block_max_bm25_score_parts_; // value at i: blockmax of sum of BM25 scores for iter i + 1, i + 2, ..., n - 1 // pivot and must_have info - // seperate the iterators into two parts: + // separate the iterators into two parts: // 1. [0, pivot) : cannot add into part 2 // 2. [pivot, n) : sum < threshold u32 pivot_ = sorted_iterators_.size(); @@ -90,4 +90,4 @@ private: Vector> must_have_history_; }; -} // namespace infinity \ No newline at end of file +} // namespace infinity