From 4a5ae8a8df14aa39b129f64249a34ba15f21c9dc Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 21 Aug 2023 21:59:47 -0700 Subject: [PATCH] Updated comment [skip ci] --- src/hnswvacuum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hnswvacuum.c b/src/hnswvacuum.c index 06a73e0..b869326 100644 --- a/src/hnswvacuum.c +++ b/src/hnswvacuum.c @@ -9,7 +9,7 @@ #include "utils/memutils.h" /* - * Check if deleted list contains an index tid + * Check if deleted list contains an index TID */ static bool DeletedContains(HTAB *deleted, ItemPointer indextid)