From: Eli Bendersky Date: Sat, 17 Feb 2018 13:12:52 +0000 (-0800) Subject: Fix #181 for real X-Git-Tag: v0.25~12 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=51cb197c60c5dc7338577823b671e65d07b7904c;p=pyelftools.git Fix #181 for real EM_BLAKCFIN --> EM_BLACKFIN --- diff --git a/elftools/elf/descriptions.py b/elftools/elf/descriptions.py index d5ad7c9..b76238a 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_BLAKCFIN='Analog Devices Blackfin', + EM_BLACKFIN='Analog Devices Blackfin', EM_PPC='PowerPC', RESERVED='RESERVED', )