diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7d38fd839b0..6de3b8e68b8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2002-05-16 Michael Snyder + + * arm-tdep.c: Spelling fix in comment. + 2002-05-16 Jim Blandy Add commands for manually expanding macros and showing their diff --git a/gdb/arm-tdep.c b/gdb/arm-tdep.c index 646d5c6ea9c..e40d3ef5713 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[] =