git: f2b794e1e90c - main - cache: unengrish the comment in previous commit

Mateusz Guzik mjg at FreeBSD.org
Wed Jan 6 23:46:44 UTC 2021


The branch main has been updated by mjg:

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

commit f2b794e1e90c1163e21d69dbc63101df8276eaa6
Author:     Mateusz Guzik <mjg at FreeBSD.org>
AuthorDate: 2021-01-06 23:44:05 +0000
Commit:     Mateusz Guzik <mjg at 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.
 	 */


More information about the dev-commits-src-all mailing list