summaryrefslogtreecommitdiff
path: root/opcodes/i386-opc.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2010-08-06 16:33:42 +0000
committerH.J. Lu <hjl.tools@gmail.com>2010-08-06 16:33:42 +0000
commit3d867294db28d5f30837fa1792350ea146cd457d (patch)
tree118f06890ec27a9e91c5c01f9912f8dc4cfe4c4d /opcodes/i386-opc.h
parentf66a9d16ab1434a294b1e3523b2502d8a5b25bc2 (diff)
downloadbinutils-redhat-3d867294db28d5f30837fa1792350ea146cd457d.tar.gz
Fix typos in comments in i386-opc.h.
2010-08-06 Quentin Neill <quentin.neill@amd.com> * i386-opc.h (enum): Fix typos in comments.
Diffstat (limited to 'opcodes/i386-opc.h')
-rw-r--r--opcodes/i386-opc.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/opcodes/i386-opc.h b/opcodes/i386-opc.h
index 9442211f22..5477c3856e 100644
--- a/opcodes/i386-opc.h
+++ b/opcodes/i386-opc.h
@@ -44,9 +44,9 @@ enum
Cpu586,
/* i686 or better required */
Cpu686,
- /* CLFLUSH Instuction support required */
+ /* CLFLUSH Instruction support required */
CpuClflush,
- /* SYSCALL Instuctions support required */
+ /* SYSCALL Instructions support required */
CpuSYSCALL,
/* Floating point support required */
Cpu8087,
@@ -92,9 +92,9 @@ enum
CpuAVX,
/* Intel L1OM support required */
CpuL1OM,
- /* Xsave/xrstor New Instuctions support required */
+ /* Xsave/xrstor New Instructions support required */
CpuXsave,
- /* Xsaveopt New Instuctions support required */
+ /* Xsaveopt New Instructions support required */
CpuXsaveopt,
/* AES support required */
CpuAES,
@@ -108,11 +108,11 @@ enum
CpuXOP,
/* LWP support required */
CpuLWP,
- /* MOVBE Instuction support required */
+ /* MOVBE Instruction support required */
CpuMovbe,
/* EPT Instructions required */
CpuEPT,
- /* RDTSCP Instuction support required */
+ /* RDTSCP Instruction support required */
CpuRdtscp,
/* FSGSBASE Instructions required */
CpuFSGSBase,