diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-04-19 17:30:29 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-04-19 17:30:29 +0000 |
commit | b62904030b988d8ee0b9af5f7a6ad4b977481d12 (patch) | |
tree | a33d35c0cb8a346c4d214201fa1e1643ff342401 /utils | |
parent | f66a762344d77b8e4a4d50e68896638a234dc631 (diff) |
Correct typo, matching correction made to elf.h
Diffstat (limited to 'utils')
-rw-r--r-- | utils/readelf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/readelf.c b/utils/readelf.c index a08f1b27c..fcdd510ae 100644 --- a/utils/readelf.c +++ b/utils/readelf.c @@ -211,7 +211,7 @@ static void describe_elf_hdr(Elf32_Ehdr* ehdr) case EM_68HC08: tmp="Motorola MC68HC08 microcontroller"; break; case EM_68HC05: tmp="Motorola MC68HC05 microcontroller"; break; case EM_SVX: tmp="Silicon Graphics SVx"; break; - case EM_AT19: tmp="STMicroelectronics ST19 8 bit mc"; break; + case EM_ST19: tmp="STMicroelectronics ST19 8 bit mc"; break; case EM_VAX: tmp="Digital VAX"; break; case EM_CRIS: tmp="Axis Communications 32-bit embedded processor"; break; case EM_JAVELIN: tmp="Infineon Technologies 32-bit embedded processor"; break; |