Skip to content

Commit 487dfa5

Browse files
committed
Fix outdated comment
As Zsolt pointed out I forgot to update this comment when I renamed the argument of the function.
1 parent a6eb046 commit 487dfa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hash_query.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ hash_entry_dealloc(int bucket_id)
242242

243243
while ((entry = hash_seq_search(&hstat)) != NULL)
244244
{
245-
/* Remove all entries if new_bucket_id == -1 */
245+
/* Remove all entries if bucket_id == -1 */
246246
if (bucket_id == INVALID_BUCKET_ID || entry->key.bucket_id == bucket_id)
247247
{
248248
dsa_pointer parent_qdsa = entry->counters.info.parent_query;

0 commit comments

Comments
 (0)