diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-07-05 16:40:32 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-07-05 16:40:32 +0000 |
commit | 77321f536016efc2e18fbef88016b1fbad25afd1 (patch) | |
tree | 1aa5a86f0b4433d34108a6260c1771fe695eb0a5 /opcodes/i386-opc.h | |
parent | df1c40a732c509d6729b2874d7e08987b7815490 (diff) | |
download | gdb-77321f536016efc2e18fbef88016b1fbad25afd1.zip gdb-77321f536016efc2e18fbef88016b1fbad25afd1.tar.gz gdb-77321f536016efc2e18fbef88016b1fbad25afd1.tar.bz2 |
Fix a typo in comments for CpuFSGSBase.
2010-07-05 H.J. Lu <hongjiu.lu@intel.com>
* i386-opc.h (CpuFSGSBase): Fix a typo in comments.
Diffstat (limited to 'opcodes/i386-opc.h')
-rw-r--r-- | opcodes/i386-opc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-opc.h b/opcodes/i386-opc.h index 0fa7e85..9442211 100644 --- a/opcodes/i386-opc.h +++ b/opcodes/i386-opc.h @@ -114,7 +114,7 @@ enum CpuEPT, /* RDTSCP Instuction support required */ CpuRdtscp, - /* FSBSBASE Instructions required */ + /* FSGSBASE Instructions required */ CpuFSGSBase, /* RDRND Instructions required */ CpuRdRnd, |