mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-26 22:23:08 +00:00
tarfs(5): Grammar fix for a source code comment
- s/the the/of the/ MFC after:i 3 days
This commit is contained in:
parent
6573ce292f
commit
742f4b7758
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user