From 73890f2f7038e1e308bffd03e6098b513cb507da Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Wed, 10 Jun 2026 11:46:15 -0700 Subject: [PATCH] Fixed comment [skip ci] --- src/hnswscan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hnswscan.c b/src/hnswscan.c index a574a01..540cd6a 100644 --- a/src/hnswscan.c +++ b/src/hnswscan.c @@ -137,7 +137,7 @@ hnswbeginscan(Relation index, int nkeys, int norderbys) scan = RelationGetIndexScan(index, nkeys, norderbys); scan->maxitemsbatch = hnsw_ef_search * HNSW_HEAPTIDS; - /* unused but be > 0 */ + /* unused but must be > 0 */ scan->batch_index_opaque_static = MAXALIGN(1); scan->batch_index_opaque_dyn = 0; scan->batch_tuples_workspace = 0;