summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-05-05 02:38:54 +0000
committermarcel <marcel@FreeBSD.org>2004-05-05 02:38:54 +0000
commitea2a75b314685fdd930d1c3dc55f650b265a3fe0 (patch)
tree084bfda2c95757ab19802be40a6f3c44d7c15b95
parent7806cc81b8b8e21bbf283fba04d3b4c941741bef (diff)
downloadFreeBSD-src-ea2a75b314685fdd930d1c3dc55f650b265a3fe0.zip
FreeBSD-src-ea2a75b314685fdd930d1c3dc55f650b265a3fe0.tar.gz
Fix typo (in comment): s/IA-46/IA-64/
Submitted by: Miod Vallat <miod@online.fr>
-rw-r--r--sys/sys/elf_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h
index 0ee8848..2e77d29 100644
--- a/sys/sys/elf_common.h
+++ b/sys/sys/elf_common.h
@@ -136,7 +136,7 @@ typedef struct {
#define EM_PPC64 21 /* PowerPC 64-bit */
#define EM_ARM 40 /* ARM */
#define EM_SPARCV9 43 /* SPARC v9 64-bit */
-#define EM_IA_64 50 /* Intel IA-46 Processor */
+#define EM_IA_64 50 /* Intel IA-64 Processor */
#define EM_X86_64 62 /* Advanced Micro Devices x86-64 */
#define EM_ALPHA 0x9026 /* Alpha (written in the absence of an ABI */
OpenPOWER on IntegriCloud