summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dquot.c
diff options
context:
space:
mode:
authorXin Gao <gaoxin@cdjrlc.com>2022-07-21 19:47:13 -0700
committerDarrick J. Wong <djwong@kernel.org>2022-07-22 10:58:39 -0700
commit29d286d0ce10c43ec9e2fa2902ed4eff29d15cd2 (patch)
treea7a07f802bff82d918f57aa6cc2b6dc95c0ba565 /fs/xfs/xfs_dquot.c
parentc78c2d0903183a41beb90c56a923e30f90fa91b9 (diff)
downloadlinux-29d286d0ce10c43ec9e2fa2902ed4eff29d15cd2.tar.gz
linux-29d286d0ce10c43ec9e2fa2902ed4eff29d15cd2.tar.bz2
linux-29d286d0ce10c43ec9e2fa2902ed4eff29d15cd2.zip
xfs: Fix comment typo
The double `the' is duplicated in line 552, remove one. Signed-off-by: Xin Gao <gaoxin@cdjrlc.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Diffstat (limited to 'fs/xfs/xfs_dquot.c')
-rw-r--r--fs/xfs/xfs_dquot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_dquot.c b/fs/xfs/xfs_dquot.c
index 5a6c3c3c4de2..8fb90da89787 100644
--- a/fs/xfs/xfs_dquot.c
+++ b/fs/xfs/xfs_dquot.c
@@ -549,7 +549,7 @@ xfs_dquot_check_type(
* at the same time. The non-user quota file can be switched between
* group and project quota uses depending on the mount options, which
* means that we can encounter the other type when we try to load quota
- * defaults. Quotacheck will soon reset the the entire quota file
+ * defaults. Quotacheck will soon reset the entire quota file
* (including the root dquot) anyway, but don't log scary corruption
* reports to dmesg.
*/