summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1997-08-13 00:21:46 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1997-08-13 00:21:46 +0000
commit5821a8f4a06f4d95871e3fd23740817d85af8bba (patch)
tree86b166b8af2b1b132e6ba932ecf4f5490b1d3f77 /sys
parent0d501a8108fba864a03fc17a4695195f047a724b (diff)
typo
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/stand/mbr/mbr.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/mbr/mbr.S b/sys/arch/i386/stand/mbr/mbr.S
index 6ee708cbc1a..f6a722a230f 100644
--- a/sys/arch/i386/stand/mbr/mbr.S
+++ b/sys/arch/i386/stand/mbr/mbr.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: mbr.S,v 1.8 1997/08/09 21:03:47 weingart Exp $ */
+/* $OpenBSD: mbr.S,v 1.9 1997/08/13 00:21:45 niklas Exp $ */
/*
* Copyright (c) 1997 Michael Shalayeff and Tobias Weingartner
@@ -265,7 +265,7 @@ found:
data32
call message
- # jump to the new code (%ds:%si is at he right point)
+ # jump to the new code (%ds:%si is at the right point)
data32
ljmp $0, $BOOTBIOS << 4
/* not reached */