summaryrefslogtreecommitdiffstats
path: root/src/device/oprom/x86emu/prim_ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/oprom/x86emu/prim_ops.c')
-rw-r--r--src/device/oprom/x86emu/prim_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/oprom/x86emu/prim_ops.c b/src/device/oprom/x86emu/prim_ops.c
index d794ecb46c24..2350ac149090 100644
--- a/src/device/oprom/x86emu/prim_ops.c
+++ b/src/device/oprom/x86emu/prim_ops.c
@@ -2458,7 +2458,7 @@ void x86emu_cpuid(void)
switch (feature) {
case 0:
/* Regardless if we have real data from the hardware, the emulator
- * will only support upto feature 1, which we set in register EAX.
+ * will only support up to feature 1, which we set in register EAX.
* Registers EBX:EDX:ECX contain a string identifying the CPU.
*/
M.x86.R_EAX = 1;