Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [commit] spelling errors in rs6000-tdep.c
@ 2005-12-22  4:27 Joel Brobecker
  2005-12-22  4:46 ` Joel Brobecker
  0 siblings, 1 reply; 3+ messages in thread
From: Joel Brobecker @ 2005-12-22  4:27 UTC (permalink / raw)
  To: gdb-patches

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-12-20 19:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-22  4:27 [commit] spelling errors in rs6000-tdep.c Joel Brobecker
2005-12-22  4:46 ` Joel Brobecker
2005-12-22  4:56   ` Jim Blandy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox