From 8308e54c5860f1ff242ccc8902e84d0567623fa0 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Thu, 21 Nov 2002 19:38:02 +0000 Subject: * maint.c (_initialize_maint_cmds): Fix typo. From Francesco Potorti` . --- gdb/maint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/maint.c') 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 -- cgit v1.1