diff options
author | Gordon Bergling <gbe@FreeBSD.org> | 2022-09-04 15:34:52 +0000 |
---|---|---|
committer | Gordon Bergling <gbe@FreeBSD.org> | 2022-09-07 07:52:13 +0000 |
commit | d67e7494e4431a023db7d68d8b6f1c48bf2d3607 (patch) | |
tree | 90bb3adced64a4cdd09ba2989bf515d8439247ac | |
parent | 5e08a655beb5e0e68e20d9964955840888ff86ba (diff) | |
download | src-d67e7494e4431a023db7d68d8b6f1c48bf2d3607.tar.gz src-d67e7494e4431a023db7d68d8b6f1c48bf2d3607.zip |
msdosfs(5): Remove a double word in a source code comment
- s/that that/that/
(cherry picked from commit 0721306c2b31db8ec37b6caf9864f993d8568b13)
-rw-r--r-- | sys/fs/msdosfs/msdosfs_denode.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |