diff options
author | Florian Weimer <fweimer@redhat.com> | 2020-12-02 13:52:54 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2020-12-02 13:58:08 +0100 |
commit | be5365e87b0fd7c51009762995c0603d9962a1a3 (patch) | |
tree | 92caaacaa9d942402319fb57390204f0ff6d76d7 /elf | |
parent | 61855081017dff30c577855cda882740356b5d98 (diff) | |
download | glibc-be5365e87b0fd7c51009762995c0603d9962a1a3.zip glibc-be5365e87b0fd7c51009762995c0603d9962a1a3.tar.gz glibc-be5365e87b0fd7c51009762995c0603d9962a1a3.tar.bz2 |
elf.h: Fix spelling of EM_TILE64 comment
Reported-By: Jakub Jelinek <jakub@redhat.com>
Diffstat (limited to 'elf')
-rw-r--r-- | elf/elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |