tarfs(5): Grammar fix for a source code comment

- s/the the/of the/

MFC after:i	3 days
This commit is contained in:
Gordon Bergling 2024-04-20 11:21:54 +02:00
parent 6573ce292f
commit 742f4b7758

View File

@ -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);