summaryrefslogtreecommitdiffstats
path: root/target-i386/cpu.h
diff options
context:
space:
mode:
authorths2007-07-12 00:48:58 +0200
committerths2007-07-12 00:48:58 +0200
commitaa1f17c18d3778b10a93b858c10c075ee023487a (patch)
tree7ac8d036c10169cd3bd59df69055150d592491a8 /target-i386/cpu.h
parentReduce variable shadowing, by Stefan Weil. (diff)
downloadqemu-aa1f17c18d3778b10a93b858c10c075ee023487a.tar.gz
qemu-aa1f17c18d3778b10a93b858c10c075ee023487a.tar.xz
qemu-aa1f17c18d3778b10a93b858c10c075ee023487a.zip
Spelling fixes, by Stefan Weil.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3066 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-i386/cpu.h')
-rw-r--r--target-i386/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-i386/cpu.h b/target-i386/cpu.h
index 3a82426b8d..6d764f5353 100644
--- a/target-i386/cpu.h
+++ b/target-i386/cpu.h
@@ -121,7 +121,7 @@
#define VIP_MASK 0x00100000
#define ID_MASK 0x00200000
-/* hidden flags - used internally by qemu to represent additionnal cpu
+/* hidden flags - used internally by qemu to represent additional cpu
states. Only the CPL, INHIBIT_IRQ and HALTED are not redundant. We avoid
using the IOPL_MASK, TF_MASK and VM_MASK bit position to ease oring
with eflags. */