From f2b794e1e90c1163e21d69dbc63101df8276eaa6 Mon Sep 17 00:00:00 2001 From: Mateusz Guzik Date: Wed, 6 Jan 2021 23:44:05 +0000 Subject: [PATCH] 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. */