Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Sep 2022 07:52:50 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: d67e7494e443 - stable/12 - msdosfs(5): Remove a double word in a source code comment
Message-ID:  <202209070752.2877qoKd080114@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer):

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

commit d67e7494e4431a023db7d68d8b6f1c48bf2d3607
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-04 15:34:52 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-07 07:52:13 +0000

    msdosfs(5): Remove a double word in a source code comment
    
    - s/that that/that/
    
    (cherry picked from commit 0721306c2b31db8ec37b6caf9864f993d8568b13)
---
 sys/fs/msdosfs/msdosfs_denode.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/fs/msdosfs/msdosfs_denode.c b/sys/fs/msdosfs/msdosfs_denode.c
index 1c110ad39ae7..db9e0712d2b1 100644
--- a/sys/fs/msdosfs/msdosfs_denode.c
+++ b/sys/fs/msdosfs/msdosfs_denode.c
@@ -125,7 +125,7 @@ deget(struct msdosfsmount *pmp, u_long dirclust, u_long diroffset,
 	 * MSDOSFSROOT, offset MSDOSFSROOT_OFS
 	 *
 	 * NOTE: de_vncmpf will explicitly skip any denodes that do not have
-	 * a de_refcnt > 0.  This insures that that we do not attempt to use
+	 * a de_refcnt > 0.  This insures that we do not attempt to use
 	 * a denode that represents an unlinked but still open file.
 	 * These files are not to be accessible even when the directory
 	 * entry that represented the file happens to be reused while the



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