* maint.c (_initialize_maint_cmds): Fix typo. From
authorDaniel Jacobowitz <drow@false.org>
Thu, 21 Nov 2002 19:38:02 +0000 (19:38 +0000)
committerDaniel Jacobowitz <drow@false.org>
Thu, 21 Nov 2002 19:38:02 +0000 (19:38 +0000)
Francesco Potorti` <pot@gnu.org>.

gdb/ChangeLog
gdb/maint.c

index 73958b7d5691e19a8ce1ffab776867c918e84126..0946917209d55969b611adabd8931222ed2cca91 100644 (file)
@@ -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
index 6a849f9c8710f5b374eb6fc63926e2ce34553eed..92f9a16389f4e5f1870360631e948259b2afc635 100644 (file)
@@ -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
This page took 0.031131 seconds and 4 git commands to generate.