summaryrefslogtreecommitdiffstats
path: root/sbin/mount_null/mount_null.8
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_null/mount_null.8')
-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