git: 742f4b77583c - main - tarfs(5): Grammar fix for a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Apr 2024 09:22:08 UTC
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=742f4b77583c12ad31edfb3d6f7173f37bd0e88c commit 742f4b77583c12ad31edfb3d6f7173f37bd0e88c Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-04-20 09:21:54 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-04-20 09:21:54 +0000 tarfs(5): Grammar fix for a source code comment - s/the the/of the/ MFC after:i 3 days --- sys/fs/tarfs/tarfs_vnops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);