diff options
author | Michael Snyder <msnyder@vmware.com> | 2002-05-17 00:05:24 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2002-05-17 00:05:24 +0000 |
commit | ed9d4749c1d1a0c1da240ec5a5dcff79cc514ee8 (patch) | |
tree | 3f7f00b07f1dd4c8706a4e00f978c8cb64cc2aaa /gdb/arm-tdep.c | |
parent | ed2368c9a8afc1cccee1b26d52e8e676c0903f94 (diff) | |
download | gdb-ed9d4749c1d1a0c1da240ec5a5dcff79cc514ee8.zip gdb-ed9d4749c1d1a0c1da240ec5a5dcff79cc514ee8.tar.gz gdb-ed9d4749c1d1a0c1da240ec5a5dcff79cc514ee8.tar.bz2 |
2002-05-16 Michael Snyder <msnyder@redhat.com>
* arm-tdep.c: Spelling fix in comment.
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[] = |