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

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
...@@ -549,7 +549,7 @@ xfs_dquot_check_type( ...@@ -549,7 +549,7 @@ xfs_dquot_check_type(
* at the same time. The non-user quota file can be switched between * at the same time. The non-user quota file can be switched between
* group and project quota uses depending on the mount options, which * 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 * 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 * (including the root dquot) anyway, but don't log scary corruption
* reports to dmesg. * reports to dmesg.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment