summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/boot/i386/libi386/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/libi386/time.c b/sys/boot/i386/libi386/time.c
index 51150bd..a3f0f72 100644
--- a/sys/boot/i386/libi386/time.c
+++ b/sys/boot/i386/libi386/time.c
@@ -48,7 +48,7 @@ void
delay(int period)
{
v86.ctl = 0;
- v86.addr = 0x15; /* int 0x1a, function 0x86 */
+ v86.addr = 0x15; /* int 0x15, function 0x86 */
v86.eax = 0x8600;
v86.ecx = period >> 16;
v86.edx = period & 0xffff;
OpenPOWER on IntegriCloud