gdb/ChangeLog:
authorJim Blandy <jimb@codesourcery.com>
Tue, 20 Dec 2005 19:36:21 +0000 (19:36 +0000)
committerJim Blandy <jimb@codesourcery.com>
Tue, 20 Dec 2005 19:36:21 +0000 (19:36 +0000)
2005-12-20  Jim Blandy  <jimb@redhat.com>

* rs6000-tdep.c (rs6000_gdbarch_init): Doc fix.

gdb/ChangeLog
gdb/rs6000-tdep.c

index e113f4e..6307319 100644 (file)
@@ -1,3 +1,7 @@
+2005-12-20  Jim Blandy  <jimb@redhat.com>
+
+       * rs6000-tdep.c (rs6000_gdbarch_init): Doc fix.
+
 2005-12-20  Joel Brobecker  <brobecker@adacore.com>
 
        * rs6000-tdep.c: Use proper spelling for existent.
index 53e7722..211bc33 100644 (file)
@@ -3120,7 +3120,7 @@ rs6000_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
        wordsize = 4;
     }
 
-  /* Find a candidate among existent architectures.  */
+  /* Find a candidate among extant architectures.  */
   for (arches = gdbarch_list_lookup_by_info (arches, &info);
        arches != NULL;
        arches = gdbarch_list_lookup_by_info (arches->next, &info))