diff options
author | Gordon Bergling <gbe@FreeBSD.org> | 2024-04-20 09:21:54 +0000 |
---|---|---|
committer | Gordon Bergling <gbe@FreeBSD.org> | 2024-04-20 09:21:54 +0000 |
commit | 742f4b77583c12ad31edfb3d6f7173f37bd0e88c (patch) | |
tree | 9e98a9d95e2d0ff4fe739304ed9ae8b068f5c910 | |
parent | 6573ce292fc5ddc6c846860b3fa98473e3f5d1c6 (diff) |
-rw-r--r-- | sys/fs/tarfs/tarfs_vnops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/tarfs/tarfs_vnops.c b/sys/fs/tarfs/tarfs_vnops.c index f2828c60f8a7..8c97fab185fc 100644 --- a/sys/fs/tarfs/tarfs_vnops.c +++ b/sys/fs/tarfs/tarfs_vnops.c @@ -296,7 +296,7 @@ tarfs_lookup(struct vop_cachedlookup_args *ap) *vpp, tnp); #endif /* TARFS_DEBUG */ - /* Store the result the the cache if MAKEENTRY is specified in flags */ + /* Store the result of the cache if MAKEENTRY is specified in flags */ if ((cnp->cn_flags & MAKEENTRY) != 0 && cnp->cn_nameiop != CREATE) cache_enter(dvp, *vpp, cnp); |