summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-01-24 19:36:54 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-01-24 19:36:54 +0000
commit70c53222705ce444907709f20bb09bb8390eb309 (patch)
tree477f92281cead482d1857d53277fff9f28e9b8c8
parent42884a4915d3dc5c53bdd175bb17a190e3b95d11 (diff)
compatability -> compatibility.
-rw-r--r--share/lkm/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/lkm/README b/share/lkm/README
index 32f4011d76c..13d5004fc06 100644
--- a/share/lkm/README
+++ b/share/lkm/README
@@ -1,4 +1,4 @@
-# $OpenBSD: README,v 1.2 2000/03/02 14:46:35 todd Exp $
+# $OpenBSD: README,v 1.3 2002/01/24 19:36:53 fgsch Exp $
#
# Copyright (c) 1993 Terrence R. Lambert.
# All rights reserved.
@@ -134,7 +134,7 @@
in their predefined locations with regard to mount. This
means that there are changes to vfssw[] and mount coming
down the road (which will end up incrementing the lkm version
- and introducing an incompatability as far as file system modules
+ and introducing an incompatibility as far as file system modules
are converned).
The directory ./sample/vfs contains the sample implementation
@@ -153,7 +153,7 @@
to the init routine, and then using a "/devices" file system
to export devices to the file system name space. Of course,
the default "/dev" directory would have to be maintained for
- compatability (probably using symbolic links).
+ compatibility (probably using symbolic links).
This distribution does not contain a loadable device driver
example. A potentially beneficial example could be made of