diff options
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/stand/mbr/mbr.S | 4 |
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 |