mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
4b9ba274d7
commit
f97d802a3d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue