summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
diff options
context:
space:
mode:
authorTom Cosgrove <tom@cvs.openbsd.org>2007-06-25 14:10:18 +0000
committerTom Cosgrove <tom@cvs.openbsd.org>2007-06-25 14:10:18 +0000
commitede66b67855e68dd6f055b530e31f197b6f40935 (patch)
tree10740df5325b5a62e8339e4113175be7ea354285 /sys/arch/amd64
parente75d5ce81c5b9d9c241416dd4c70623d01d4a9b5 (diff)
"of of" is wrong - it should be "off of" - but "from" is even nicer
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r--sys/arch/amd64/stand/mbr/mbr.S4
1 files changed, 2 insertions, 2 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