summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/biosboot
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1997-08-07 09:07:55 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1997-08-07 09:07:55 +0000
commite1c8cd8c6a2495b4cf413cea67449511495487a4 (patch)
treed3f7ccabaf5a2b0b942c2e96233a92eb20ff18be /sys/arch/i386/stand/biosboot
parentad12c53d2449c3ec82070395d2dd5de608d00af0 (diff)
typo
Diffstat (limited to 'sys/arch/i386/stand/biosboot')
-rw-r--r--sys/arch/i386/stand/biosboot/biosboot.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/biosboot/biosboot.S b/sys/arch/i386/stand/biosboot/biosboot.S
index 6a7a667fb0d..7abb430d10a 100644
--- a/sys/arch/i386/stand/biosboot/biosboot.S
+++ b/sys/arch/i386/stand/biosboot/biosboot.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: biosboot.S,v 1.13 1997/07/31 20:04:40 mickey Exp $ */
+/* $OpenBSD: biosboot.S,v 1.14 1997/08/07 09:07:54 niklas Exp $ */
.file "bootbios.S"
@@ -320,7 +320,7 @@ Gdtr: .word . - 1b
.globl _block_table
_block_table:
- .word 0 /* cyllinder/sector */
+ .word 0 /* cylinder/sector */
.byte 0 /* head */
.byte 0 /* nsect */
. = _block_table + BLKCNT*4