forked from Imagelibrary/binutils-gdb
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:
@@ -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. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user