diff options
Diffstat (limited to 'src/device/oprom/realmode')
-rw-r--r-- | src/device/oprom/realmode/x86_asm.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/oprom/realmode/x86_asm.S b/src/device/oprom/realmode/x86_asm.S index ea030dfaa5..a2c4aa56b9 100644 --- a/src/device/oprom/realmode/x86_asm.S +++ b/src/device/oprom/realmode/x86_asm.S @@ -328,7 +328,7 @@ __intXX_instr = RELOCATED(.) /* This is the 16-bit interrupt entry point called by the IDT stub code. * - * Before this code code is called, %eax is pushed to the stack, and the + * Before this code is called, %eax is pushed to the stack, and the * interrupt number is loaded into %al. On return this function cleans up * for its caller. */ |