This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [commit] Document ui_out_field_core_addr.


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);



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]