diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/arm-tdep.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7d38fd8..6de3b8e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2002-05-16 Michael Snyder <msnyder@redhat.com> + + * arm-tdep.c: Spelling fix in comment. + 2002-05-16 Jim Blandy <jimb@redhat.com> Add commands for manually expanding macros and showing their diff --git a/gdb/arm-tdep.c b/gdb/arm-tdep.c index 646d5c6..e40d3ef 100644 --- a/gdb/arm-tdep.c +++ b/gdb/arm-tdep.c @@ -93,7 +93,7 @@ #define MSYMBOL_SIZE(msym) \ ((long) MSYMBOL_INFO (msym) & 0x7fffffff) -/* This table matches the indicees assigned to enum arm_abi. +/* This table matches the indices assigned to enum arm_abi. Keep them in sync. */ static const char * const arm_abi_names[] = |