Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Joel Brobecker <brobecker@adacore.com>
To: gdb-patches@sources.redhat.com
Subject: [commit] spelling errors in rs6000-tdep.c
Date: Thu, 22 Dec 2005 04:27:00 -0000	[thread overview]
Message-ID: <20051220140445.GT31944@adacore.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 165 bytes --]

Hello,

Just committed the following patch as obvious.

2005-12-20  Joel Brobecker  <brobecker@adacore.com>

        * rs6000-tdep.c: Fix spelling errors.

-- 
Joel

[-- Attachment #2: spelling.diff --]
[-- Type: text/plain, Size: 1229 bytes --]

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))

             reply	other threads:[~2005-12-20 14:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-22  4:27 Joel Brobecker [this message]
2005-12-22  4:46 ` Joel Brobecker
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=20051220140445.GT31944@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