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.
This commit is contained in:
H.J. Lu
2010-08-06 16:33:43 +00:00
parent e4195b40c5
commit b49dfb4a38
2 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2010-08-06 Quentin Neill <quentin.neill@amd.com>
* i386-opc.h (enum): Fix typos in comments.
2010-08-06 Alan Modra <amodra@gmail.com> 2010-08-06 Alan Modra <amodra@gmail.com>
* disassemble.c: Formatting. * disassemble.c: Formatting.

View File

@ -44,9 +44,9 @@ enum
Cpu586, Cpu586,
/* i686 or better required */ /* i686 or better required */
Cpu686, Cpu686,
/* CLFLUSH Instuction support required */ /* CLFLUSH Instruction support required */
CpuClflush, CpuClflush,
/* SYSCALL Instuctions support required */ /* SYSCALL Instructions support required */
CpuSYSCALL, CpuSYSCALL,
/* Floating point support required */ /* Floating point support required */
Cpu8087, Cpu8087,
@ -92,9 +92,9 @@ enum
CpuAVX, CpuAVX,
/* Intel L1OM support required */ /* Intel L1OM support required */
CpuL1OM, CpuL1OM,
/* Xsave/xrstor New Instuctions support required */ /* Xsave/xrstor New Instructions support required */
CpuXsave, CpuXsave,
/* Xsaveopt New Instuctions support required */ /* Xsaveopt New Instructions support required */
CpuXsaveopt, CpuXsaveopt,
/* AES support required */ /* AES support required */
CpuAES, CpuAES,
@ -108,11 +108,11 @@ enum
CpuXOP, CpuXOP,
/* LWP support required */ /* LWP support required */
CpuLWP, CpuLWP,
/* MOVBE Instuction support required */ /* MOVBE Instruction support required */
CpuMovbe, CpuMovbe,
/* EPT Instructions required */ /* EPT Instructions required */
CpuEPT, CpuEPT,
/* RDTSCP Instuction support required */ /* RDTSCP Instruction support required */
CpuRdtscp, CpuRdtscp,
/* FSGSBASE Instructions required */ /* FSGSBASE Instructions required */
CpuFSGSBase, CpuFSGSBase,