git: 3800bc198c61 - stable/12 - nullfs(5): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Aug 2022 12:28:27 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=3800bc198c6142a11535643d7978d1217f7a5e9e
commit 3800bc198c6142a11535643d7978d1217f7a5e9e
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-08-07 12:04:53 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-08-10 12:28:00 +0000
nullfs(5): Fix a typo in a source code comment
- s/examing/examining/
(cherry picked from commit 4c399b044fc66b02e37110ca5c1f4ce0e3beb9d1)
---
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 62351cd9d832..fe19276944d6 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