* rs6000-tdep.c: Use proper spelling for existent.
authorJoel Brobecker <brobecker@gnat.com>
Tue, 20 Dec 2005 17:57:44 +0000 (17:57 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 20 Dec 2005 17:57:44 +0000 (17:57 +0000)
gdb/ChangeLog
gdb/rs6000-tdep.c

index 6d96dd26b51c868a97b0dc719cb84b08c79a0eb1..e113f4ec8ac848067d6a12c31896e293ab3a4408 100644 (file)
@@ -1,3 +1,7 @@
+2005-12-20  Joel Brobecker  <brobecker@adacore.com>
+
+       * rs6000-tdep.c: Use proper spelling for existent.
+
 2005-12-20  Joel Brobecker  <brobecker@adacore.com>
 
        * rs6000-tdep.c: Fix spelling errors.
index 54064c4dd1c53167673b6fa1902f1c1d1901091a..53e77224bc6fae501d200be3c39ee071eb6ef9e4 100644 (file)
@@ -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 info, struct gdbarch_list *arches)
        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))
This page took 0.030053 seconds and 4 git commands to generate.