git: 4c399b044fc6 - main - nullfs(5): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Aug 2022 12:05:06 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=4c399b044fc66b02e37110ca5c1f4ce0e3beb9d1 commit 4c399b044fc66b02e37110ca5c1f4ce0e3beb9d1 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-08-07 12:04:53 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-08-07 12:04:53 +0000 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