From: Doug Evans Date: Mon, 11 Feb 2013 22:44:23 +0000 (+0000) Subject: (printf_c_string): Fix thinko in comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e12f57abf54759a451eaf3952f3e45aee821efe9;p=binutils-gdb.git (printf_c_string): Fix thinko in comment. (printf_wide_c_string): Ditto. --- diff --git a/gdb/printcmd.c b/gdb/printcmd.c index 9092f092957..155703da6a5 100644 --- a/gdb/printcmd.c +++ b/gdb/printcmd.c @@ -1980,7 +1980,7 @@ print_variable_and_value (const char *name, struct symbol *var, /* Subroutine of ui_printf to simplify it. Print VALUE to STREAM using FORMAT. - VALUE is either a C-style string on the target, or an internal variable. */ + VALUE is a C-style string on the target. */ static void printf_c_string (struct ui_file *stream, const char *format, @@ -2014,8 +2014,7 @@ printf_c_string (struct ui_file *stream, const char *format, /* Subroutine of ui_printf to simplify it. Print VALUE to STREAM using FORMAT. - VALUE is either a wide C-style string on the target, - or an internal variable. */ + VALUE is a wide C-style string on the target. */ static void printf_wide_c_string (struct ui_file *stream, const char *format,