Fix a typo EM_BLAFKIN --> EM_BLACKFIN
authorEli Bendersky <eliben@gmail.com>
Fri, 16 Feb 2018 13:58:44 +0000 (05:58 -0800)
committerEli Bendersky <eliben@gmail.com>
Fri, 16 Feb 2018 13:58:44 +0000 (05:58 -0800)
Fixes #181

elftools/elf/descriptions.py

index 79c7d603c203e50b7a9ca548d3fd9d333033495e..d5ad7c9234ede5a716064cc81d28b450b4b5fbc3 100644 (file)
@@ -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',
 )