libctf: tiny comment typo fix

ctf_next_t's internal unions don't just cover dicts, but all sorts of other
things too.
This commit is contained in:
Nick Alcock
2025-05-28 16:06:26 +01:00
parent b58e5ee6d8
commit 0e7d3016f2

View File

@@ -612,7 +612,7 @@ struct ctf_next
void **ctn_hash_slot;
} u;
/* This union is of various sorts of dict we can iterate over: currently
/* This union is of various sorts of entity we can iterate over: currently
archives, dictionaries, dynhashes, and dynsets. ctn_fp is non-const
because we need to set errors on it. */