Fix typo in comment of DYN_PROP_ASSOCIATED

gdb/ChangeLog:

2020-05-02  Hannes Domani  <ssbssa@yahoo.de>

	* gdbtypes.h (enum dynamic_prop_node_kind): Fix typo.
This commit is contained in:
Hannes Domani 2020-05-01 14:50:08 +02:00
parent 6a6ea76aee
commit a51119cde4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2020-05-02 Hannes Domani <ssbssa@yahoo.de>
* gdbtypes.h (enum dynamic_prop_node_kind): Fix typo.
2020-05-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
* gdb-gdb.gdb-in: Remove breakpoint on disappeared function

View File

@ -547,7 +547,7 @@ enum dynamic_prop_node_kind
indicates that the object of the type can be allocated/deallocated. */
DYN_PROP_ALLOCATED,
/* A property representing DW_AT_allocated. The presence of this attribute
/* A property representing DW_AT_associated. The presence of this attribute
indicated that the object of the type can be associated. */
DYN_PROP_ASSOCIATED,