gdb/ChangeLog:

2005-12-20  Jim Blandy  <jimb@redhat.com>

	* rs6000-tdep.c (rs6000_gdbarch_init): Doc fix.
This commit is contained in:
Jim Blandy
2005-12-20 19:36:21 +00:00
parent 65738a7dbc
commit 13c0b5369d
2 changed files with 5 additions and 1 deletions

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