about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emu/x87emu_private.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/x87emu_private.c b/src/emu/x87emu_private.c
index 02b0b6d6..a463bc01 100644
--- a/src/emu/x87emu_private.c
+++ b/src/emu/x87emu_private.c
@@ -264,7 +264,7 @@ void fpu_loadenv(x64emu_t* emu, char* p, int b16)
         emu->cw.x16 = *p32++;
         emu->sw.x16 = *p32++;
         // tagword: 2bits*8
-        // tags... (only full = 0b11 / free = 0b00)
+        // tags... (only free = 0b11 / full = 0b00)
         emu->fpu_tags = *(p32++);
         // intruction pointer: 16bits
         // data (operand) pointer: 16bits