diff options
Diffstat (limited to 'gdb/printcmd.c')
-rw-r--r-- | gdb/printcmd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/printcmd.c b/gdb/printcmd.c index 39ac8a8..e78acb3 100644 --- a/gdb/printcmd.c +++ b/gdb/printcmd.c @@ -333,8 +333,8 @@ print_formatted (struct value *val, int size, || TYPE_CODE (type) == TYPE_CODE_NAMESPACE) value_print (val, stream, options); else - /* User specified format, so don't look to the the type to - tell us what to do. */ + /* User specified format, so don't look to the type to tell us + what to do. */ val_print_scalar_formatted (type, value_contents_for_printing (val), value_embedded_offset (val), |