aboutsummaryrefslogtreecommitdiff
path: root/src/device/oprom/realmode/x86_asm.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/oprom/realmode/x86_asm.S')
-rw-r--r--src/device/oprom/realmode/x86_asm.S2
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 b90aaa4403..2bb2a3f053 100644
--- a/src/device/oprom/realmode/x86_asm.S
+++ b/src/device/oprom/realmode/x86_asm.S
@@ -143,7 +143,7 @@ __realmode_call:
mov %ax, %ds
lidt __realmode_idt
- /* initialize registers for option rom lcall */
+ /* initialize registers for option ROM lcall */
movl __registers + 0, %eax
movl __registers + 4, %ebx
movl __registers + 8, %ecx