Commit 29d286d0 authored by Xin Gao's avatar Xin Gao Committed by Darrick J. Wong
Browse files

xfs: Fix comment typo



The double `the' is duplicated in line 552, remove one.

Signed-off-by: default avatarXin Gao <gaoxin@cdjrlc.com>
Reviewed-by: default avatarDarrick J. Wong <djwong@kernel.org>
Signed-off-by: default avatarDarrick J. Wong <djwong@kernel.org>
parent c78c2d09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
	 */