From ede66b67855e68dd6f055b530e31f197b6f40935 Mon Sep 17 00:00:00 2001 From: Tom Cosgrove Date: Mon, 25 Jun 2007 14:10:18 +0000 Subject: "of of" is wrong - it should be "off of" - but "from" is even nicer --- sys/arch/amd64/stand/mbr/mbr.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/amd64') 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 -- cgit v1.2.3