From: Nick Alcock Date: Wed, 28 May 2025 15:06:26 +0000 (+0100) Subject: libctf: tiny comment typo fix X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e7d3016f2efeb9c8ee08c5965d363e379d496e3;p=thirdparty%2Fbinutils-gdb.git libctf: tiny comment typo fix ctf_next_t's internal unions don't just cover dicts, but all sorts of other things too. --- diff --git a/libctf/ctf-impl.h b/libctf/ctf-impl.h index af45dfeb445..09b3f29d06b 100644 --- a/libctf/ctf-impl.h +++ b/libctf/ctf-impl.h @@ -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. */