core: Fix nnr_members typo on 'struct type' comment docs

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
Arnaldo Carvalho de Melo 2021-08-04 12:58:40 -03:00
parent 7cfc9be1f2
commit cead526d6b
1 changed files with 1 additions and 1 deletions

View File

@ -948,7 +948,7 @@ struct tag_cu_node {
/**
* struct type - base type for enumerations, structs and unions
*
* @nnr_members: number of non static DW_TAG_member entries
* @nr_members: number of non static DW_TAG_member entries
* @nr_static_members: number of static DW_TAG_member entries
* @nr_tags: number of tags
* @alignment: DW_AT_alignement, zero if not present, gcc emits since circa 7.3.1