xfs: Fix comment typo
authorXin Gao <gaoxin@cdjrlc.com>
Fri, 22 Jul 2022 02:47:13 +0000 (19:47 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 22 Jul 2022 17:58:39 +0000 (10:58 -0700)
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>
fs/xfs/xfs_dquot.c

index 5a6c3c3..8fb90da 100644 (file)
@@ -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.
         */