From: Xin Gao Date: Fri, 22 Jul 2022 02:47:13 +0000 (-0700) Subject: xfs: Fix comment typo X-Git-Tag: v6.0-rc1~110^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=29d286d0ce10c43ec9e2fa2902ed4eff29d15cd2;p=thirdparty%2Fkernel%2Flinux.git xfs: Fix comment typo The double `the' is duplicated in line 552, remove one. Signed-off-by: Xin Gao Reviewed-by: Darrick J. Wong Signed-off-by: Darrick J. Wong --- diff --git a/fs/xfs/xfs_dquot.c b/fs/xfs/xfs_dquot.c index 5a6c3c3c4de23..8fb90da89787c 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. */