Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Dec 2020 02:05:52 GMT
From:      Mateusz Guzik <mjg@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 4ab7d9f484bc - main - cache: reduce engrish in previous commit
Message-ID:  <202012280205.0BS25qSr005516@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mjg:

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

commit 4ab7d9f484bc8981e11d644858d3b327aa082d22
Author:     Mateusz Guzik <mjg@FreeBSD.org>
AuthorDate: 2020-12-28 02:05:30 +0000
Commit:     Mateusz Guzik <mjg@FreeBSD.org>
CommitDate: 2020-12-28 02:05:30 +0000

    cache: reduce engrish in previous commit
---
 sys/kern/vfs_cache.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/kern/vfs_cache.c b/sys/kern/vfs_cache.c
index 83227a9b70a8..4513e4dc970f 100644
--- a/sys/kern/vfs_cache.c
+++ b/sys/kern/vfs_cache.c
@@ -4629,7 +4629,7 @@ cache_fplookup_cross_mount(struct cache_fpl *fpl)
 	mp = atomic_load_ptr(&vp->v_mountedhere);
 	if (__predict_false(mp != NULL)) {
 		/*
-		 * There are possibly more mount points stack on top.
+		 * There are possibly more mount points on top.
 		 * Normally this does not happen so for simplicity just start
 		 * over.
 		 */
@@ -4642,7 +4642,7 @@ cache_fplookup_cross_mount(struct cache_fpl *fpl)
 }
 
 /*
- * Check if a vnode mounted on.
+ * Check if a vnode is mounted on.
  */
 static bool
 cache_fplookup_is_mp(struct cache_fpl *fpl)



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