include: fix libctf ECTF_NOENUMNAM error message
ECTF_NOENUMNAM is emitted when enumerator constant names don't exist. Call them that, not 'enum elements'. include/ * ctf-api.h (ECTF_NOENUMNAM): fix error message.
This commit is contained in:
parent
1cdcc97732
commit
f7b02dc3e1
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ typedef struct ctf_snapshot_id
|
|||
_CTF_ITEM (ECTF_NOLABEL, "No label found corresponding to name.") \
|
||||
_CTF_ITEM (ECTF_NOLABELDATA, "File does not contain any labels.") \
|
||||
_CTF_ITEM (ECTF_NOTSUP, "Feature not supported.") \
|
||||
_CTF_ITEM (ECTF_NOENUMNAM, "Enum element name not found.") \
|
||||
_CTF_ITEM (ECTF_NOENUMNAM, "Enumerator name not found.") \
|
||||
_CTF_ITEM (ECTF_NOMEMBNAM, "Member name not found.") \
|
||||
_CTF_ITEM (ECTF_RDONLY, "CTF container is read-only.") \
|
||||
_CTF_ITEM (ECTF_DTFULL, "CTF type is full (no more members allowed).") \
|
||||
|
|
Loading…
Add table
Reference in a new issue