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

- s/the the/of the/

MFC after:i	3 days

(cherry picked from commit 742f4b77583c12ad31edfb3d6f7173f37bd0e88c)
This commit is contained in:
Gordon Bergling 2024-04-20 11:21:54 +02:00 committed by Olivier Certner
parent 4b9ba274d7
commit f97d802a3d
No known key found for this signature in database
GPG key ID: 8CA13040971E2627

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