Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion faiss/impl/HNSW.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ int HNSW::prepare_level_tab(size_t n, bool preset_levels) {
return max_level;
}

/** Enumerate vertices from farthest to nearest from query, keep a
/** Enumerate vertices from nearest to farthest from query, keep a
* neighbor only if there is no previous neighbor that is closer to
* that vertex than the query.
*/
Expand Down