aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
diff options
context:
space:
mode:
authorGravatar Slark Xiao <slark_xiao@163.com> 2022-07-22 10:58:17 -0700
committerGravatar Darrick J. Wong <djwong@kernel.org> 2022-07-22 10:58:39 -0700
commit4869b6e84a23076eca813d5739d6717976aeae66 (patch)
tree194c37079fb0761c2a37b047f318588c9e0a3949 /fs/xfs
parentxfs: Fix comment typo (diff)
downloadlinux-4869b6e84a23076eca813d5739d6717976aeae66.tar.gz
linux-4869b6e84a23076eca813d5739d6717976aeae66.tar.bz2
linux-4869b6e84a23076eca813d5739d6717976aeae66.zip
xfs: Fix typo 'the the' in comment
Replace 'the the' with 'the' in the comment. Signed-off-by: Slark Xiao <slark_xiao@163.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Diffstat (limited to 'fs/xfs')
-rw-r--r--fs/xfs/libxfs/xfs_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_alloc.c b/fs/xfs/libxfs/xfs_alloc.c
index 41557c430cb6..e2bdf089c0a3 100644
--- a/fs/xfs/libxfs/xfs_alloc.c
+++ b/fs/xfs/libxfs/xfs_alloc.c
@@ -84,7 +84,7 @@ xfs_prealloc_blocks(
/*
* The number of blocks per AG that we withhold from xfs_mod_fdblocks to
* guarantee that we can refill the AGFL prior to allocating space in a nearly
- * full AG. Although the the space described by the free space btrees, the
+ * full AG. Although the space described by the free space btrees, the
* blocks used by the freesp btrees themselves, and the blocks owned by the
* AGFL are counted in the ondisk fdblocks, it's a mistake to let the ondisk
* free space in the AG drop so low that the free space btrees cannot refill an