diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-11-21 19:38:02 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-11-21 19:38:02 +0000 |
commit | 8308e54c5860f1ff242ccc8902e84d0567623fa0 (patch) | |
tree | 5e9705de9ae53b4fe0d46c93b330627ae8752b13 /gdb | |
parent | 1d4216362a349005db262bb100ec54555453e6e0 (diff) | |
download | fsf-binutils-gdb-8308e54c5860f1ff242ccc8902e84d0567623fa0.zip fsf-binutils-gdb-8308e54c5860f1ff242ccc8902e84d0567623fa0.tar.gz fsf-binutils-gdb-8308e54c5860f1ff242ccc8902e84d0567623fa0.tar.bz2 |
* maint.c (_initialize_maint_cmds): Fix typo. From
Francesco Potorti` <pot@gnu.org>.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/maint.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 73958b7..0946917 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2002-11-21 Daniel Jacobowitz <drow@mvista.com> + + * maint.c (_initialize_maint_cmds): Fix typo. From + Francesco Potorti` <pot@gnu.org>. + 2002-11-21 Andrew Cagney <cagney@redhat.com> * mips-tdep.c (mips_dump_tdep): Delete references to diff --git a/gdb/maint.c b/gdb/maint.c index 6a849f9..92f9a16 100644 --- a/gdb/maint.c +++ b/gdb/maint.c @@ -697,7 +697,7 @@ Configure variables internal to GDB that aid in GDB's maintenance", #ifndef _WIN32 add_cmd ("dump-me", class_maintenance, maintenance_dump_me, "Get fatal error; make debugger dump its core.\n\ -GDB sets it's handling of SIGQUIT back to SIG_DFL and then sends\n\ +GDB sets its handling of SIGQUIT back to SIG_DFL and then sends\n\ itself a SIGQUIT signal.", &maintenancelist); #endif |