From 4c399b044fc66b02e37110ca5c1f4ce0e3beb9d1 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sun, 7 Aug 2022 14:04:53 +0200 Subject: [PATCH] nullfs(5): Fix a typo in a source code comment - s/examing/examining/ MFC after: 3 days --- sys/fs/nullfs/null_vnops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/fs/nullfs/null_vnops.c b/sys/fs/nullfs/null_vnops.c index bb18bc8ee55f..06755d7bfb12 100644 --- a/sys/fs/nullfs/null_vnops.c +++ b/sys/fs/nullfs/null_vnops.c @@ -84,7 +84,7 @@ * pass. * * 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 equivlants. It then invokes the operation * on the lower layer. Finally, it replaces the null-nodes