From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5200 invoked by alias); 21 Nov 2002 19:40:02 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 5186 invoked from network); 21 Nov 2002 19:40:00 -0000 Received: from unknown (HELO crack.them.org) (65.125.64.184) by sources.redhat.com with SMTP; 21 Nov 2002 19:40:00 -0000 Received: from nevyn.them.org ([66.93.61.169] ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 18Ez3c-0007sH-00 for ; Thu, 21 Nov 2002 15:40:20 -0600 Received: from drow by nevyn.them.org with local (Exim 3.36 #1 (Debian)) id 18ExB7-0004tE-00 for ; Thu, 21 Nov 2002 14:39:57 -0500 Date: Thu, 21 Nov 2002 11:40:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sources.redhat.com Subject: [5.3 PATCH] Fix a typo in maint.c Message-ID: <20021121193957.GA18780@nevyn.them.org> Mail-Followup-To: gdb-patches@sources.redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.1i X-SW-Source: 2002-11/txt/msg00522.txt.bz2 Francesco Potorti` pointed out a little grammatical problem in the online help. Fixed thusly, branch and head. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer 2002-11-21 Daniel Jacobowitz * maint.c (_initialize_maint_cmds): Fix typo. From Francesco Potorti` . Index: maint.c =================================================================== RCS file: /cvs/src/src/gdb/maint.c,v retrieving revision 1.28 diff -u -p -r1.28 maint.c --- maint.c 18 Sep 2002 23:53:51 -0000 1.28 +++ maint.c 21 Nov 2002 19:36:29 -0000 @@ -697,7 +697,7 @@ Configure variables internal to GDB that #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