Fix typo (in comment): s/IA-46/IA-64/

Submitted by: Miod Vallat <miod@online.fr>
This commit is contained in:
Marcel Moolenaar 2004-05-05 02:38:54 +00:00
parent 74a90a095e
commit 9da32aa0d6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128942

View File

@ -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 */