Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Aug 2022 12:23:53 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: d03a300ad781 - stable/13 - nullfs(5): Fix a typo in a source code comment
Message-ID:  <202208101223.27ACNrCF072126@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=d03a300ad781bc3105468b4308974b3a53e1ecb9

commit d03a300ad781bc3105468b4308974b3a53e1ecb9
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:23:45 +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 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208101223.27ACNrCF072126>