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. */