From 42931039a473480e799f34718df48a73a18a8552 Mon Sep 17 00:00:00 2001 From: Nick Alcock Date: Wed, 28 May 2025 16:06:26 +0100 Subject: [PATCH] libctf: tiny comment typo fix ctf_next_t's internal unions don't just cover dicts, but all sorts of other things too. --- libctf/ctf-impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libctf/ctf-impl.h b/libctf/ctf-impl.h index edf73b94428..7bc0f4f5410 100644 --- a/libctf/ctf-impl.h +++ b/libctf/ctf-impl.h @@ -621,7 +621,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. */ -- 2.47.3