aboutsummaryrefslogtreecommitdiff
path: root/elf/elf.h
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2020-12-02 13:52:54 +0100
committerFlorian Weimer <fweimer@redhat.com>2020-12-02 13:58:08 +0100
commitbe5365e87b0fd7c51009762995c0603d9962a1a3 (patch)
tree92caaacaa9d942402319fb57390204f0ff6d76d7 /elf/elf.h
parent61855081017dff30c577855cda882740356b5d98 (diff)
downloadglibc-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/elf.h')
-rw-r--r--elf/elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/elf.h b/elf/elf.h
index 6439c1a..0ed6753 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 */