Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Thiago Jung Bauermann <bauerman@br.ibm.com>
To: Tom Tromey <tromey@redhat.com>
Cc: gdb-patches ml <gdb-patches@sourceware.org>
Subject: Re: [commit] Document ui_out_field_core_addr.
Date: Tue, 05 Jul 2011 19:18:00 -0000	[thread overview]
Message-ID: <1309891085.3634.1.camel@hactar> (raw)
In-Reply-To: <m31uy4vgl2.fsf@fleche.redhat.com>

On Tue, 2011-07-05 at 10:26 -0600, Tom Tromey wrote:
> >>>>> "Thiago" == Thiago Jung Bauermann <bauerman@br.ibm.com> writes:
> 
> Thiago> 2011-07-04  Thiago Jung Bauermann  <bauerman@br.ibm.com>
> Thiago> 	* ui-out.c (ui_out_field_core_addr): Mention that the function
> Thiago> 	description is in the header file.
> Thiago> 	* ui-out.h (ui_out_field_core_addr): Document function.
> 
> Thiago> +/* Output a field containing an addresses.  */
> 
> s/addresses/address/
> 
> Ok with that change.

I had already committed the patch under the obvious rule. Here's the
patch I just committed.
-- 
[]'s
Thiago Jung Bauermann
IBM Linux Technology Center


2011-07-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>

	* ui-out.h (ui_out_field_core_addr): Fix typo in comment.

diff --git a/gdb/ui-out.h b/gdb/ui-out.h
index ee6d98f..b0fddd8 100644
--- a/gdb/ui-out.h
+++ b/gdb/ui-out.h
@@ -113,7 +113,7 @@ extern void ui_out_field_fmt_int (struct ui_out *uiout, int width,
 				  enum ui_align align, const char *fldname, 
 		 		  int value);
 
-/* Output a field containing an addresses.  */
+/* Output a field containing an address.  */
 
 extern void ui_out_field_core_addr (struct ui_out *uiout, const char *fldname,
 				    struct gdbarch *gdbarch, CORE_ADDR address);



  reply	other threads:[~2011-07-05 18:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-04 18:56 Thiago Jung Bauermann
2011-07-05 16:27 ` Tom Tromey
2011-07-05 19:18   ` Thiago Jung Bauermann [this message]
2011-07-05 20:21     ` Tom Tromey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1309891085.3634.1.camel@hactar \
    --to=bauerman@br.ibm.com \
    --cc=gdb-patches@sourceware.org \
    --cc=tromey@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox