aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-07-11 22:48:58 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-07-11 22:48:58 +0000
commitaa1f17c18d3778b10a93b858c10c075ee023487a (patch)
tree7ac8d036c10169cd3bd59df69055150d592491a8 /target-i386
parentReduce variable shadowing, by Stefan Weil. (diff)
downloadqemu-kvm-aa1f17c18d3778b10a93b858c10c075ee023487a.tar.gz
qemu-kvm-aa1f17c18d3778b10a93b858c10c075ee023487a.tar.bz2
qemu-kvm-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')
-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 3a82426b8..6d764f535 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. */