git: 0721306c2b31 - main - msdosfs(5): Remove a double word in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Sep 2022 15:35:03 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=0721306c2b31db8ec37b6caf9864f993d8568b13 commit 0721306c2b31db8ec37b6caf9864f993d8568b13 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-04 15:34:52 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-04 15:34:52 +0000 msdosfs(5): Remove a double word in a source code comment - s/that that/that/ MFC after: 3 days --- 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 408c96981481..e5e9a6e27b78 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