aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/fs/tarfs/tarfs_vnops.c2
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);