]> git.proxmox.com Git - qemu.git/blobdiff - target-i386/cpu.h
Spelling fixes, by Stefan Weil.
[qemu.git] / target-i386 / cpu.h
index 3a82426b8dc6d01cf0093b9a4699730ff43f9abc..6d764f535309776fa50c6df4e73ac77e892722b0 100644 (file)
 #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. */