From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10056 invoked by alias); 23 Jan 2007 12:14:53 -0000 Received: (qmail 10047 invoked by uid 22791); 23 Jan 2007 12:14:51 -0000 X-Spam-Check-By: sourceware.org Received: from blaster.systems.pipex.net (HELO blaster.systems.pipex.net) (62.241.163.7) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 23 Jan 2007 12:14:46 +0000 Received: from arthur (81-178-15-87.dsl.pipex.com [81.178.15.87]) by blaster.systems.pipex.net (Postfix) with ESMTP id 9B852E0003BA for ; Tue, 23 Jan 2007 12:14:43 +0000 (GMT) From: Nick Hudson To: gdb-patches@sourceware.org Subject: [PATCH] typos Date: Tue, 23 Jan 2007 12:14:00 -0000 User-Agent: KMail/1.9.5 MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_ywftF4/AJnRzIC5" Message-Id: <200701231214.42582.skrll@netbsd.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-01/txt/msg00468.txt.bz2 --Boundary-00=_ywftF4/AJnRzIC5 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Content-length: 43 A couple of fixes for obvious typos. Nick --Boundary-00=_ywftF4/AJnRzIC5 Content-Type: text/x-diff; charset="us-ascii"; name="obvious.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="obvious.diff" Content-length: 1122 Index: gdb/testsuite/gdb.base/sigrepeat.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/sigrepeat.exp,v retrieving revision 1.3 diff -u -p -u -r1.3 sigrepeat.exp --- gdb/testsuite/gdb.base/sigrepeat.exp 9 Jan 2007 17:59:11 -0000 1.3 +++ gdb/testsuite/gdb.base/sigrepeat.exp 23 Jan 2007 12:07:13 -0000 @@ -21,7 +21,7 @@ # cpu advancment. if [target_info exists gdb,nosignals] { - verbose "Skipping sigstep.exp because of nosignals." + verbose "Skipping sigrepeat.exp because of nosignals." continue } Index: gdb/target.c =================================================================== RCS file: /cvs/src/src/gdb/target.c,v retrieving revision 1.132 diff -u -p -u -r1.132 target.c --- gdb/target.c 9 Jan 2007 17:58:59 -0000 1.132 +++ gdb/target.c 23 Jan 2007 12:07:15 -0000 @@ -379,7 +379,7 @@ update_current_target (void) { struct target_ops *t; - /* First, reset curren'ts contents. */ + /* First, reset current's contents. */ memset (¤t_target, 0, sizeof (current_target)); #define INHERIT(FIELD, TARGET) \ --Boundary-00=_ywftF4/AJnRzIC5 Content-Type: text/plain; charset="us-ascii"; name="gdb.ChangeLog" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="gdb.ChangeLog" Content-length: 81 2007-01-23 Nick Hudson * target.c: Correct typo. --Boundary-00=_ywftF4/AJnRzIC5 Content-Type: text/plain; charset="us-ascii"; name="gdb.testsuite.ChangeLog" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="gdb.testsuite.ChangeLog" Content-length: 105 2007-01-23 Nick Hudson * tgdb.base/sigrepeat.exp: Correct error message. --Boundary-00=_ywftF4/AJnRzIC5--