Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Sep 2022 07:27:07 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: 3d454f55ef51 - stable/13 - msdosfs(5): Remove a double word in a source code comment
Message-ID:  <202209070727.2877R7lF042966@gitrepo.freebsd.org>

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

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

commit 3d454f55ef51de7785ae97168e03878aed7cbc3e
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:26:43 +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 4e2391b3bf2e..030c96d6d354 100644
--- a/sys/fs/msdosfs/msdosfs_denode.c
+++ b/sys/fs/msdosfs/msdosfs_denode.c
@@ -128,7 +128,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?202209070727.2877R7lF042966>