[COMMITTED] elf.h: Fix spelling of EM_TILE64 comment

Message ID 87wny074b2.fsf@oldenburg2.str.redhat.com
State Committed
Headers
Series [COMMITTED] elf.h: Fix spelling of EM_TILE64 comment |

Commit Message

Florian Weimer Dec. 2, 2020, 12:58 p.m. UTC
  Reported-By: Jakub Jelinek <jakub@redhat.com>

---
 elf/elf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/elf/elf.h b/elf/elf.h
index 6439c1a4d5..0ed6753a93 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -318,7 +318,7 @@  typedef struct
 				/* reserved 184 */
 #define EM_AVR32	185	/* Amtel 32-bit microprocessor */
 #define EM_STM8		186	/* STMicroelectronics STM8 */
-#define EM_TILE64	187	/* Tileta TILE64 */
+#define EM_TILE64	187	/* Tilera TILE64 */
 #define EM_TILEPRO	188	/* Tilera TILEPro */
 #define EM_MICROBLAZE	189	/* Xilinx MicroBlaze */
 #define EM_CUDA		190	/* NVIDIA CUDA */