Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jan 2021 23:46:43 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: f2b794e1e90c - main - cache: unengrish the comment in previous commit
Message-ID:  <202101062346.106NkhDh032269@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=f2b794e1e90c1163e21d69dbc63101df8276eaa6

commit f2b794e1e90c1163e21d69dbc63101df8276eaa6
Author:     Mateusz Guzik <mjg@FreeBSD.org>
AuthorDate: 2021-01-06 23:44:05 +0000
Commit:     Mateusz Guzik <mjg@FreeBSD.org>
CommitDate: 2021-01-06 23:46:05 +0000

    cache: unengrish the comment in previous commit
    
    Reported by:    rpokala, brd
---
 sys/kern/vfs_cache.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/kern/vfs_cache.c b/sys/kern/vfs_cache.c
index 138a55f94dbd..43c44aa60afc 100644
--- a/sys/kern/vfs_cache.c
+++ b/sys/kern/vfs_cache.c
@@ -5140,7 +5140,7 @@ cache_fplookup_impl(struct vnode *dvp, struct cache_fpl *fpl)
 	cache_fpl_checkpoint(fpl, &fpl->snd);
 
 	/*
-	 * The vnode is hand is almost always stable, skip checking for it.
+	 * The vnode at hand is almost always stable, skip checking for it.
 	 * Worst case this postpones the check towards the end of the iteration
 	 * of the main loop.
 	 */



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