]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* maint.c (_initialize_maint_cmds): Fix typo. From
authorDaniel Jacobowitz <drow@false.org>
Thu, 21 Nov 2002 19:38:55 +0000 (19:38 +0000)
committerDaniel Jacobowitz <drow@false.org>
Thu, 21 Nov 2002 19:38:55 +0000 (19:38 +0000)
Francesco Potorti` <pot@gnu.org>.

gdb/ChangeLog
gdb/maint.c

index eaee8e42c4dbc2ca1cdab09f4d4087ac4f5e1985..944e930f22703cdfe9f7f56b4cdd334ef442434d 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-19  Andrew Cagney  <ac131313@redhat.com>
 
        Problems reported by Paul Eggert.
index f09703f7729bec1b05d5de7171c6bf880dbe47d4..9d27655ea4151d813dc0bbf3573e83e3d8a72739 100644 (file)
@@ -687,7 +687,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