diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-08-07 11:50:00 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-08-07 11:50:00 +0000 |
commit | c9ad5f3985625959fd787f3aa5f15d7fe1c2f55a (patch) | |
tree | 8ac0a6f86c7b4d8b498528a04542cd5242fc29b0 /sys/arch/i386/stand | |
parent | dde335970afe9fd96349ec54cbd0e0581bfe3d1a (diff) |
grammar
Diffstat (limited to 'sys/arch/i386/stand')
-rw-r--r-- | sys/arch/i386/stand/mbr/mbr.S | 4 |
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 f7b3e1407d3..c914c3b542e 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.2 1997/08/01 18:39:45 weingart Exp $ */ +/* $OpenBSD: mbr.S,v 1.3 1997/08/07 11:49:59 niklas Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff and Tobias Weingartner @@ -120,7 +120,7 @@ reloc: * HD #2, and still get (%dl & 0x80) == 0x00, * these type of systems will loose. I don't * know of any like this, but I've come to the - * conclusion, that if it can exists, it will, + * conclusion, that if it can exist, it will, * someplace in the PC world. If anyone knows * how to fix this, speak up! * |