public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix typo in comment of DYN_PROP_ASSOCIATED
       [not found] <20200501125139.5960-1-ssbssa.ref@yahoo.de>
@ 2020-05-01 12:51 ` Hannes Domani
  2020-05-01 21:55   ` Andrew Burgess
  0 siblings, 1 reply; 3+ messages in thread
From: Hannes Domani @ 2020-05-01 12:51 UTC (permalink / raw)
  To: gdb-patches

gdb/ChangeLog:

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

	* gdbtypes.h (enum dynamic_prop_node_kind): Fix typo.
---
 gdb/gdbtypes.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/gdbtypes.h b/gdb/gdbtypes.h
index 87b1bca3a2..8899fb1511 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,
 
-- 
2.26.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Fix typo in comment of DYN_PROP_ASSOCIATED
  2020-05-01 12:51 ` [PATCH] Fix typo in comment of DYN_PROP_ASSOCIATED Hannes Domani
@ 2020-05-01 21:55   ` Andrew Burgess
  2020-05-02 10:58     ` Hannes Domani
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Burgess @ 2020-05-01 21:55 UTC (permalink / raw)
  To: Hannes Domani; +Cc: gdb-patches

* Hannes Domani via Gdb-patches <gdb-patches@sourceware.org> [2020-05-01 14:51:39 +0200]:

> gdb/ChangeLog:
> 
> 2020-05-01  Hannes Domani  <ssbssa@yahoo.de>
> 
> 	* gdbtypes.h (enum dynamic_prop_node_kind): Fix typo.

LGTM.

Thanks,
Andrew


> ---
>  gdb/gdbtypes.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/gdb/gdbtypes.h b/gdb/gdbtypes.h
> index 87b1bca3a2..8899fb1511 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,
>  
> -- 
> 2.26.2
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Fix typo in comment of DYN_PROP_ASSOCIATED
  2020-05-01 21:55   ` Andrew Burgess
@ 2020-05-02 10:58     ` Hannes Domani
  0 siblings, 0 replies; 3+ messages in thread
From: Hannes Domani @ 2020-05-02 10:58 UTC (permalink / raw)
  To: Gdb-patches

 Am Freitag, 1. Mai 2020, 23:55:08 MESZ hat Andrew Burgess <andrew.burgess@embecosm.com> Folgendes geschrieben:

> * Hannes Domani via Gdb-patches <gdb-patches@sourceware.org> [2020-05-01 14:51:39 +0200]:
>
> > gdb/ChangeLog:
> >
> > 2020-05-01  Hannes Domani  <ssbssa@yahoo.de>
> >
> >     * gdbtypes.h (enum dynamic_prop_node_kind): Fix typo.
>
> LGTM.

Pushed, thanks.


Hannes

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-02 10:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200501125139.5960-1-ssbssa.ref@yahoo.de>
2020-05-01 12:51 ` [PATCH] Fix typo in comment of DYN_PROP_ASSOCIATED Hannes Domani
2020-05-01 21:55   ` Andrew Burgess
2020-05-02 10:58     ` 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).