diff options
Diffstat (limited to 'gdb/arm-tdep.c')
-rw-r--r-- | gdb/arm-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
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[] = |