From: Joel Brobecker <brobecker@adacore.com>
To: gdb-patches@sources.redhat.com
Subject: Re: [commit] spelling errors in rs6000-tdep.c
Date: Thu, 22 Dec 2005 04:46:00 -0000 [thread overview]
Message-ID: <20051220180054.GY991@adacore.com> (raw)
In-Reply-To: <20051220140445.GT31944@adacore.com>
[-- Attachment #1: Type: text/plain, Size: 642 bytes --]
Hello,
> 2005-12-20 Joel Brobecker <brobecker@adacore.com>
>
> * 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 <brobecker@adacore.com>
* rs6000-tdep.c: Use proper spelling for existent.
Sorry about this.
--
Joel
[-- Attachment #2: spelling.diff --]
[-- Type: text/plain, Size: 1235 bytes --]
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))
next prev parent reply other threads:[~2005-12-20 18:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-22 4:27 Joel Brobecker
2005-12-22 4:46 ` Joel Brobecker [this message]
2005-12-22 4:56 ` Jim Blandy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20051220180054.GY991@adacore.com \
--to=brobecker@adacore.com \
--cc=gdb-patches@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox