summaryrefslogtreecommitdiffstats
path: root/sbin/mount_null
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-01-29 23:52:43 +0000
committermpp <mpp@FreeBSD.org>1996-01-29 23:52:43 +0000
commit0d925cfda358e9042c94c2db98bcdcba43830080 (patch)
tree33fd1072bc599385aa3cbf0b3249448e8109a26e /sbin/mount_null
parentddfba9f1d055aa2c147d4176510cfc6ea46f2831 (diff)
downloadFreeBSD-src-0d925cfda358e9042c94c2db98bcdcba43830080.zip
FreeBSD-src-0d925cfda358e9042c94c2db98bcdcba43830080.tar.gz
Fix a bunch of spelling errors.
Diffstat (limited to 'sbin/mount_null')
-rw-r--r--sbin/mount_null/mount_null.84
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_null/mount_null.8 b/sbin/mount_null/mount_null.8
index b044bd2..aee984f 100644
--- a/sbin/mount_null/mount_null.8
+++ b/sbin/mount_null/mount_null.8
@@ -110,7 +110,7 @@ on the bypass routine, though which nearly all vnode operations
pass.
.Pp
The bypass routine accepts arbitrary vnode operations for
-handling by the lower layer. It begins by examing vnode
+handling by the lower layer. It begins by examining vnode
operation arguments and replacing any null-nodes by their
lower-layer equivalents. It then invokes the operation
on the lower layer. Finally, it replaces the null-nodes
@@ -177,7 +177,7 @@ process when constructing other vnode stacks.
.Sh CREATING OTHER FILE SYSTEM LAYERS
One of the easiest ways to construct new file system layers is to make
a copy of the null layer, rename all files and variables, and
-then begin modifyng the copy. Sed can be used to easily rename
+then begin modifying the copy. Sed can be used to easily rename
all variables.
.Pp
The umap layer is an example of a layer descended from the
OpenPOWER on IntegriCloud