]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix typo in comment of DYN_PROP_ASSOCIATED
authorHannes Domani <ssbssa@yahoo.de>
Fri, 1 May 2020 12:50:08 +0000 (14:50 +0200)
committerHannes Domani <ssbssa@yahoo.de>
Sat, 2 May 2020 10:55:51 +0000 (12:55 +0200)
gdb/ChangeLog:

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

* gdbtypes.h (enum dynamic_prop_node_kind): Fix typo.

gdb/ChangeLog
gdb/gdbtypes.h

index 3cfd7387597a9a1df17650dfdbb5eed4603858ee..b5f664c2bc5824984009edb58187e469812a1472 100644 (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
index 87b1bca3a22998e1d97e956b4431e9b4bb47f6e7..8899fb151191d02e30efa3a919b6c4692ca1c922 100644 (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,