diff options
author | 2007-06-25 14:10:17 +0000 | |
---|---|---|
committer | 2007-06-25 14:10:17 +0000 | |
commit | ef9decb179b17233cc2f91b80e0c8a49eebfc0cc (patch) | |
tree | 4dbed162ef093389632f0341b5089f75d691b1f8 | |
parent | pretty mechanical change: now that the state tables use seperate state (diff) | |
download | wireguard-openbsd-ef9decb179b17233cc2f91b80e0c8a49eebfc0cc.tar.xz wireguard-openbsd-ef9decb179b17233cc2f91b80e0c8a49eebfc0cc.zip |
"of of" is wrong - it should be "off of" - but "from" is even nicer
-rw-r--r-- | sys/arch/amd64/stand/mbr/mbr.S | 4 | ||||
-rw-r--r-- | sys/arch/i386/stand/mbr/mbr.S | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/stand/mbr/mbr.S b/sys/arch/amd64/stand/mbr/mbr.S index 384fab97ec4..c13d896d2b4 100644 --- a/sys/arch/amd64/stand/mbr/mbr.S +++ b/sys/arch/amd64/stand/mbr/mbr.S @@ -1,4 +1,4 @@ -/* $OpenBSD: mbr.S,v 1.2 2004/03/21 21:22:10 tom Exp $ */ +/* $OpenBSD: mbr.S,v 1.3 2007/06/25 14:10:17 tom Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff and Tobias Weingartner @@ -203,7 +203,7 @@ no_shift: * XXX - This is not always true. We currently check if %dl * points to a HD, and if not we complain, and set it to point * to the first HDD. Note, this is not 100% correct, since - * there is a possibility that you boot of of HD #2, and still + * there is a possibility that you boot from HD #2, and still * get (%dl & 0x80) == 0x00, these type of systems will lose. */ testb $0x80, %dl diff --git a/sys/arch/i386/stand/mbr/mbr.S b/sys/arch/i386/stand/mbr/mbr.S index eda66a9b8f7..f7b8503eab1 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.20 2004/02/10 00:35:15 tom Exp $ */ +/* $OpenBSD: mbr.S,v 1.21 2007/06/25 14:10:17 tom Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff and Tobias Weingartner @@ -203,7 +203,7 @@ no_shift: * XXX - This is not always true. We currently check if %dl * points to a HD, and if not we complain, and set it to point * to the first HDD. Note, this is not 100% correct, since - * there is a possibility that you boot of of HD #2, and still + * there is a possibility that you boot from HD #2, and still * get (%dl & 0x80) == 0x00, these type of systems will lose. */ testb $0x80, %dl |