From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2829 invoked by alias); 20 Dec 2005 14:19:10 -0000 Received: (qmail 2819 invoked by uid 22791); 20 Dec 2005 14:19:08 -0000 X-Spam-Check-By: sourceware.org Received: from smtp4.wanadoo.fr (HELO smtp4.wanadoo.fr) (193.252.22.27) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 20 Dec 2005 14:19:05 +0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0408.wanadoo.fr (SMTP Server) with ESMTP id 268FF1C00135 for ; Tue, 20 Dec 2005 15:19:03 +0100 (CET) Received: from takamaka.act-europe.fr (AStDenis-105-1-18-214.w81-248.abo.wanadoo.fr [81.248.215.214]) by mwinf0408.wanadoo.fr (SMTP Server) with ESMTP id B251C1C0012F for ; Tue, 20 Dec 2005 15:19:02 +0100 (CET) X-ME-UUID: 20051220141902730.B251C1C0012F@mwinf0408.wanadoo.fr Received: by takamaka.act-europe.fr (Postfix, from userid 507) id A1A2B47E79; Tue, 20 Dec 2005 18:04:45 +0400 (RET) Date: Thu, 22 Dec 2005 04:27:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: [commit] spelling errors in rs6000-tdep.c Message-ID: <20051220140445.GT31944@adacore.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="pWyiEgJYm5f9v55/" Content-Disposition: inline User-Agent: Mutt/1.4i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-12/txt/msg00249.txt.bz2 --pWyiEgJYm5f9v55/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 165 Hello, Just committed the following patch as obvious. 2005-12-20 Joel Brobecker * rs6000-tdep.c: Fix spelling errors. -- Joel --pWyiEgJYm5f9v55/ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="spelling.diff" Content-length: 1229 Index: rs6000-tdep.c =================================================================== RCS file: /cvs/src/src/gdb/rs6000-tdep.c,v retrieving revision 1.249 diff -u -p -r1.249 rs6000-tdep.c --- rs6000-tdep.c 17 Dec 2005 22:34:02 -0000 1.249 +++ rs6000-tdep.c 20 Dec 2005 14:01:27 -0000 @@ -100,8 +100,8 @@ struct rs6000_framedata struct reg { char *name; /* name of register */ - unsigned char sz32; /* size on 32-bit arch, 0 if nonextant */ - unsigned char sz64; /* size on 64-bit arch, 0 if nonextant */ + unsigned char sz32; /* size on 32-bit arch, 0 if nonexistant */ + unsigned char sz64; /* size on 64-bit arch, 0 if nonexistant */ unsigned char fpr; /* whether register is floating-point */ unsigned char pseudo; /* whether register is pseudo */ int spr_num; /* PowerPC SPR number, or -1 if not an SPR. @@ -3120,7 +3120,7 @@ rs6000_gdbarch_init (struct gdbarch_info wordsize = 4; } - /* Find a candidate among extant architectures. */ + /* Find a candidate among existant architectures. */ for (arches = gdbarch_list_lookup_by_info (arches, &info); arches != NULL; arches = gdbarch_list_lookup_by_info (arches->next, &info)) --pWyiEgJYm5f9v55/--