summaryrefslogtreecommitdiff
path: root/gdb/maint.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2002-11-21 19:38:02 +0000
committerDaniel Jacobowitz <dan@debian.org>2002-11-21 19:38:02 +0000
commiteb54099b28cef97140cb2d0203000db712b5724d (patch)
tree25d9042784e53e8b221c7ccc24dcd832a758a78d /gdb/maint.c
parentcaa1aba9bd1b227ca660ebf5d332832e9bb58d96 (diff)
downloadgdb-eb54099b28cef97140cb2d0203000db712b5724d.tar.gz
* maint.c (_initialize_maint_cmds): Fix typo. From
Francesco Potorti` <pot@gnu.org>.
Diffstat (limited to 'gdb/maint.c')
-rw-r--r--gdb/maint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/maint.c b/gdb/maint.c
index 6a849f9c871..92f9a16389f 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