diff options
Diffstat (limited to 'gdb/m2-valprint.c')
-rw-r--r-- | gdb/m2-valprint.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gdb/m2-valprint.c b/gdb/m2-valprint.c index fdccbaf500d..96dc18119cf 100644 --- a/gdb/m2-valprint.c +++ b/gdb/m2-valprint.c @@ -42,7 +42,7 @@ m2_print_array_contents (struct value *val, /* get_long_set_bounds - assigns the bounds of the long set to low and - high. */ + high. */ int get_long_set_bounds (struct type *type, LONGEST *low, LONGEST *high) @@ -249,10 +249,10 @@ print_variable_at_address (struct type *type, /* m2_print_array_contents - prints out the contents of an - array up to a max_print values. - It prints arrays of char as a string - and all other data types as comma - separated values. */ + array up to a max_print values. + It prints arrays of char as a string + and all other data types as comma + separated values. */ static void m2_print_array_contents (struct value *val, @@ -324,7 +324,7 @@ m2_language::value_print_inner (struct value *val, struct ui_file *stream, && (options->format == 0 || options->format == 's')) { /* If requested, look for the first null char and only print - elements up to it. */ + elements up to it. */ if (options->stop_print_at_null) { unsigned int temp_len; |