public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [commit] Minor comment reformatting in ada-typeprint.c
@ 2010-11-23  0:58 Joel Brobecker
  0 siblings, 0 replies; only message in thread
From: Joel Brobecker @ 2010-11-23  0:58 UTC (permalink / raw)
  To: gdb-patches; +Cc: Joel Brobecker

Some missing second spaces...

gdb/ChangeLog:

        * ada-typeprint.c (print_array_type): Fix formatting in comment.
        (print_selected_record_field_types): Fix formatting in function
        documentation.

Checked in.

---
 gdb/ChangeLog       |    6 ++++++
 gdb/ada-typeprint.c |    7 +++----
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1683b86..9c34354 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
 2010-11-22  Joel Brobecker  <brobecker@adacore.com>
 
+	* ada-typeprint.c (print_array_type): Fix formatting in comment.
+	(print_selected_record_field_types): Fix formatting in function
+	documentation.
+
+2010-11-22  Joel Brobecker  <brobecker@adacore.com>
+
 	* ravenscar-thread.c (_initialize_ravenscar): Fix copy/paste typo
 	in name of "show ravenscar" prefix command name.
 
diff --git a/gdb/ada-typeprint.c b/gdb/ada-typeprint.c
index 6139edd..677a6aa 100644
--- a/gdb/ada-typeprint.c
+++ b/gdb/ada-typeprint.c
@@ -402,11 +402,10 @@ print_array_type (struct type *type, struct ui_file *stream, int show,
 
 /* Print the choices encoded by field FIELD_NUM of variant-part TYPE on
    STREAM, assuming that VAL_TYPE (if non-NULL) is the type of the
-   values. Returns non-zero if the field is an encoding of
+   values.  Return non-zero if the field is an encoding of
    discriminant values, as in a standard variant record, and 0 if the
    field is not so encoded (as happens with single-component variants
-   in types annotated with pragma Unchecked_Variant.)
- */
+   in types annotated with pragma Unchecked_Variant).  */
 
 static int
 print_choices (struct type *type, int field_num, struct ui_file *stream,
@@ -553,7 +552,7 @@ print_variant_part (struct type *type, int field_num, struct type *outer_type,
    LEVEL is the recursion (indentation) level, in case any of the
    fields themselves have nested structure, and SHOW is the number of
    levels of internal structure to show (see ada_print_type).  Does
-   not print parent type information of TYPE. Returns 0 if no fields
+   not print parent type information of TYPE.  Returns 0 if no fields
    printed, -1 for an incomplete type, else > 0.  Prints each field
    beginning on a new line, but does not put a new line at end.  */
 
-- 
1.7.1

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

only message in thread, other threads:[~2010-11-23  0:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-23  0:58 [commit] Minor comment reformatting in ada-typeprint.c Joel Brobecker

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