summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-09-02 21:41:30 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-09-02 21:41:30 +0000
commitb3b32182cf7f8c57f2f77357334b6219d7b273c9 (patch)
treece03c95938ad836509608f36358bb8e306c6d211 /sys/arch/i386
parent18496591e5fa71c483595109b61b30588f839b3d (diff)
correct spelling
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/stand/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/i386/stand/README b/sys/arch/i386/stand/README
index 8bda1ed0ad2..a5748f08075 100644
--- a/sys/arch/i386/stand/README
+++ b/sys/arch/i386/stand/README
@@ -1,4 +1,4 @@
-$OpenBSD: README,v 1.9 1997/08/27 20:35:21 mickey Exp $
+$OpenBSD: README,v 1.10 1997/09/02 21:41:29 kstailey Exp $
# hmm, no copyright
@@ -84,9 +84,9 @@ was with -DSAVE_MEMORY, I believe that the stuff in libsa/cread.c was
not (and still is not with the define) being done right. I suspect
the inflateInit2(), which had a parameter changed from -15 to -11.
The problem manifested itself by loading a corrupted kernel. On the
-other hand, it checksumed ok though, so there might be a small bug in
+other hand, it checksummed ok though, so there might be a small bug in
the libz stuff. Also, I don't understand libz, but I do know that
-things work withouth -DSAVE_MEMORY, and don't with it defined.
+things work without -DSAVE_MEMORY, and don't with it defined.
Mon Apr 21 15:25:42 EDT 1997
@@ -131,5 +131,5 @@ To get your /boot installed properly on a hardrive you have to load /bsd
from that hd/partition (since only boot drive geometry is passed).
The passed geometry will be used for all the drives, if you
will try to installboot on other disks (floppies and pseudo-disks will
-honour the disklabel), that might be usefull on some bioses,
-esp. SCSI HAs wich use fixed translated geometry for all the drives.
+honor the disklabel), that might be useful on some bioses,
+esp. SCSI HAs which use fixed translated geometry for all the drives.