summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--cpu-i386.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu-i386.h b/cpu-i386.h
index 76db7a616a..ca33791351 100644
--- a/cpu-i386.h
+++ b/cpu-i386.h
@@ -163,7 +163,7 @@ typedef struct CPUX86State {
     uint32_t eip;
     uint32_t eflags; /* eflags register. During CPU emulation, CC
                         flags and DF are set to zero because they are
-                        store elsewhere */
+                        stored elsewhere */
 
     /* emulator internal eflags handling */
     uint32_t cc_src;