+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
/* 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,
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. */