From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21886 invoked by alias); 20 Dec 2005 18:01:02 -0000 Received: (qmail 21879 invoked by uid 22791); 20 Dec 2005 18:01:02 -0000 X-Spam-Check-By: sourceware.org Received: from smtp5.wanadoo.fr (HELO smtp5.wanadoo.fr) (193.252.22.26) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 20 Dec 2005 18:01:00 +0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0507.wanadoo.fr (SMTP Server) with ESMTP id 27CB81C01635 for ; Tue, 20 Dec 2005 19:00:58 +0100 (CET) Received: from takamaka.act-europe.fr (AStDenis-105-1-18-214.w81-248.abo.wanadoo.fr [81.248.215.214]) by mwinf0507.wanadoo.fr (SMTP Server) with ESMTP id 747701C01632 for ; Tue, 20 Dec 2005 19:00:57 +0100 (CET) X-ME-UUID: 20051220180057477.747701C01632@mwinf0507.wanadoo.fr Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 9E6FC47E79; Tue, 20 Dec 2005 22:00:54 +0400 (RET) Date: Thu, 22 Dec 2005 04:46:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: Re: [commit] spelling errors in rs6000-tdep.c Message-ID: <20051220180054.GY991@adacore.com> References: <20051220140445.GT31944@adacore.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="KN5l+BnMqAQyZLvT" Content-Disposition: inline In-Reply-To: <20051220140445.GT31944@adacore.com> 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/msg00250.txt.bz2 --KN5l+BnMqAQyZLvT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 642 Hello, > 2005-12-20 Joel Brobecker > > * rs6000-tdep.c: Fix spelling errors. Kevin told me in private that "extant" was actually a word that exists. I guess I lost my brain when I saw 3 instances of the same word and yet didn't even flinch at fixing it. In human factors in aviation, this is called a set mind, IIRC. Anyway, Kevin thinks that "existent" is actually better, except that I spelled it wrong, so asked me to fix that. Here is what I just checked in. 2005-12-20 Joel Brobecker * rs6000-tdep.c: Use proper spelling for existent. Sorry about this. -- Joel --KN5l+BnMqAQyZLvT Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="spelling.diff" Content-length: 1235 Index: rs6000-tdep.c =================================================================== RCS file: /cvs/src/src/gdb/rs6000-tdep.c,v retrieving revision 1.250 diff -u -p -r1.250 rs6000-tdep.c --- rs6000-tdep.c 20 Dec 2005 14:04:20 -0000 1.250 +++ rs6000-tdep.c 20 Dec 2005 17:55:28 -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 nonexistant */ - unsigned char sz64; /* size on 64-bit arch, 0 if nonexistant */ + unsigned char sz32; /* size on 32-bit arch, 0 if nonexistent */ + unsigned char sz64; /* size on 64-bit arch, 0 if nonexistent */ 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 existant architectures. */ + /* Find a candidate among existent architectures. */ for (arches = gdbarch_list_lookup_by_info (arches, &info); arches != NULL; arches = gdbarch_list_lookup_by_info (arches->next, &info)) --KN5l+BnMqAQyZLvT--