From 71641ed84e7055b50f1e98a06a3ac3fbb1fc9d18 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Fri, 6 Oct 2023 13:58:07 -0700 Subject: [PATCH] Updated comment [skip ci] --- src/hnswutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hnswutils.c b/src/hnswutils.c index 5d4f454..b7a388c 100644 --- a/src/hnswutils.c +++ b/src/hnswutils.c @@ -1059,7 +1059,7 @@ HnswInsertElement(HnswElement element, HnswElement entryPoint, Relation index, F lw = w; /* Candidates are sorted, but set sortCandidates to true */ - /* for in-memory builds to use closer caching */ + /* for in-memory builds to enable closer caching */ neighbors = SelectNeighbors(lw, lm, lc, procinfo, collation, element, NULL, NULL, index == NULL); AddConnections(element, neighbors, lm, lc);