summaryrefslogtreecommitdiff
path: root/gdb/rs6000-tdep.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2005-12-20 19:36:21 +0000
committerJim Blandy <jimb@codesourcery.com>2005-12-20 19:36:21 +0000
commit13c0b5369d0ce1e19bd79a2f70aa0da289b98f36 (patch)
tree64c3ff322e60ed8417dcfb66be7157979614320e /gdb/rs6000-tdep.c
parent65738a7dbcb8f057258b0e3c6391a45c80f1dcc8 (diff)
downloadbinutils-gdb-13c0b5369d0ce1e19bd79a2f70aa0da289b98f36.tar.gz
gdb/ChangeLog:
2005-12-20 Jim Blandy <jimb@redhat.com> * rs6000-tdep.c (rs6000_gdbarch_init): Doc fix.
Diffstat (limited to 'gdb/rs6000-tdep.c')
-rw-r--r--gdb/rs6000-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/rs6000-tdep.c b/gdb/rs6000-tdep.c
index 53e77224bc6..211bc333eb1 100644
--- a/gdb/rs6000-tdep.c
+++ b/gdb/rs6000-tdep.c
@@ -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))