From 2cd730290311a76850cfd27d4506ee1cc0c975b4 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Tue, 20 Dec 2005 14:04:20 +0000 Subject: [PATCH] * rs6000-tdep.c: Fix spelling errors. --- gdb/ChangeLog | 4 ++++ gdb/rs6000-tdep.c | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2f3b419..6d96dd2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2005-12-20 Joel Brobecker + + * rs6000-tdep.c: Fix spelling errors. + 2005-12-19 Mark Kettenis * i386-tdep.h (I386_SEL_RPL, I386_SEL_UPL, I386_SEL_KPL): New diff --git a/gdb/rs6000-tdep.c b/gdb/rs6000-tdep.c index 5897473..54064c4 100644 --- a/gdb/rs6000-tdep.c +++ b/gdb/rs6000-tdep.c @@ -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 info, struct gdbarch_list *arches) 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)) -- 2.7.4