* [commit] Fix cut-n-paste error in cli-cmds.c
@ 2009-01-07 20:38 Doug Evans
0 siblings, 0 replies; only message in thread
From: Doug Evans @ 2009-01-07 20:38 UTC (permalink / raw)
To: gdb-patches
Found this while browsing cli-cmds.c.
Checked in as obvious.
2009-01-07 Doug Evans <dje@google.com>
* cli/cli-cmds.c (set_debug): Fix cut-n-paste error.
Index: cli-cmds.c
===================================================================
RCS file: /cvs/src/src/gdb/cli/cli-cmds.c,v
retrieving revision 1.82
diff -u -p -r1.82 cli-cmds.c
--- cli-cmds.c 6 Jan 2009 18:31:59 -0000 1.82
+++ cli-cmds.c 7 Jan 2009 20:32:30 -0000
@@ -1111,7 +1111,7 @@ ambiguous_line_spec (struct symtabs_and_
static void
set_debug (char *arg, int from_tty)
{
- printf_unfiltered (_("\"set debug\" must be followed by the name of a print subcommand.\n"));
+ printf_unfiltered (_("\"set debug\" must be followed by the name of a debug subcommand.\n"));
help_list (setdebuglist, "set debug ", -1, gdb_stdout);
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-01-07 20:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-07 20:38 [commit] Fix cut-n-paste error in cli-cmds.c Doug Evans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox