diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2008-08-08 16:47:02 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2008-08-08 16:47:02 +0000 |
commit | f164887602cf9726bc64d793a9b7614d8f2c7d67 (patch) | |
tree | 3b2771f8879ce6b027e2c80ae9cc9e178a2989a6 /gdb/corefile.c | |
parent | b7622095eb47002620e2afdb26ec910078d48d29 (diff) | |
download | ppe42-binutils-f164887602cf9726bc64d793a9b7614d8f2c7d67.tar.gz ppe42-binutils-f164887602cf9726bc64d793a9b7614d8f2c7d67.zip |
(_initialize_core): Remove spurious paren from set
gnutarget doc string.
Diffstat (limited to 'gdb/corefile.c')
-rw-r--r-- | gdb/corefile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/corefile.c b/gdb/corefile.c index 1da2b2a839..726d9fcc5f 100644 --- a/gdb/corefile.c +++ b/gdb/corefile.c @@ -456,7 +456,7 @@ No arg means have no core file. This command has been superseded by the\n\ add_setshow_string_noescape_cmd ("gnutarget", class_files, - &gnutarget_string, _("(\ + &gnutarget_string, _("\ Set the current BFD target."), _("\ Show the current BFD target."), _("\ Use `set gnutarget auto' to specify automatic detection."), |