From: Eli Bendersky Date: Fri, 16 Feb 2018 13:58:44 +0000 (-0800) Subject: Fix a typo EM_BLAFKIN --> EM_BLACKFIN X-Git-Tag: v0.25~14 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ba1e9520466cbb98c05950fcf326be01e2f0b5a0;p=pyelftools.git Fix a typo EM_BLAFKIN --> EM_BLACKFIN Fixes #181 --- diff --git a/elftools/elf/descriptions.py b/elftools/elf/descriptions.py index 79c7d60..d5ad7c9 100644 --- a/elftools/elf/descriptions.py +++ b/elftools/elf/descriptions.py @@ -262,7 +262,7 @@ _DESCR_E_MACHINE = dict( EM_AVR='Atmel AVR 8-bit microcontroller', EM_ARM='ARM', EM_AARCH64='AArch64', - EM_BLAFKIN='Analog Devices Blackfin', + EM_BLAKCFIN='Analog Devices Blackfin', EM_PPC='PowerPC', RESERVED='RESERVED', )