public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Fix typo in comment of DYN_PROP_ASSOCIATED
@ 2020-05-02 10:57 Hannes Domani
  0 siblings, 0 replies; only message in thread
From: Hannes Domani @ 2020-05-02 10:57 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a51119cde483f4e9eeaa4450d3f2a7b0e52fea3d

commit a51119cde483f4e9eeaa4450d3f2a7b0e52fea3d
Author: Hannes Domani <ssbssa@yahoo.de>
Date:   Fri May 1 14:50:08 2020 +0200

    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.

Diff:
---
 gdb/ChangeLog  | 4 ++++
 gdb/gdbtypes.h | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3cfd7387597..b5f664c2bc5 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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
diff --git a/gdb/gdbtypes.h b/gdb/gdbtypes.h
index 87b1bca3a22..8899fb15119 100644
--- a/gdb/gdbtypes.h
+++ b/gdb/gdbtypes.h
@@ -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,


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-02 10:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-02 10:57 [binutils-gdb] Fix typo in comment of DYN_PROP_ASSOCIATED Hannes Domani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).