Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2025 13:53:07 GMT
From:      Olivier Certner <olce@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: f97d802a3d89 - stable/14 - tarfs(5): Grammar fix for a source code comment
Message-ID:  <202501171353.50HDr7HL022355@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by olce:

URL: https://cgit.FreeBSD.org/src/commit/?id=f97d802a3d89d5ffbc4575b41991434c741bd061

commit f97d802a3d89d5ffbc4575b41991434c741bd061
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-04-20 09:21:54 +0000
Commit:     Olivier Certner <olce@FreeBSD.org>
CommitDate: 2025-01-17 13:50:41 +0000

    tarfs(5): Grammar fix for a source code comment
    
    - s/the the/of the/
    
    MFC after:i     3 days
    
    (cherry picked from commit 742f4b77583c12ad31edfb3d6f7173f37bd0e88c)
---
 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);
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501171353.50HDr7HL022355>