From ba1e9520466cbb98c05950fcf326be01e2f0b5a0 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Fri, 16 Feb 2018 05:58:44 -0800 Subject: [PATCH] Fix a typo EM_BLAFKIN --> EM_BLACKFIN Fixes #181 --- elftools/elf/descriptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ) -- 2.30.2