From: Daniel Jacobowitz Date: Thu, 21 Nov 2002 19:38:02 +0000 (+0000) Subject: * maint.c (_initialize_maint_cmds): Fix typo. From X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=eb54099b28cef97140cb2d0203000db712b5724d;p=pf3gnuchains%2Fpf3gnuchains3x.git * maint.c (_initialize_maint_cmds): Fix typo. From Francesco Potorti` . --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 73958b7d56..0946917209 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2002-11-21 Daniel Jacobowitz + + * maint.c (_initialize_maint_cmds): Fix typo. From + Francesco Potorti` . + 2002-11-21 Andrew Cagney * mips-tdep.c (mips_dump_tdep): Delete references to diff --git a/gdb/maint.c b/gdb/maint.c index 6a849f9c87..92f9a16389 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