summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386')
-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