From: Slark Xiao Date: Wed, 24 Aug 2022 14:32:10 +0000 (+0200) Subject: xfs: Fix typo 'the the' in comment X-Git-Tag: v6.0.0-rc0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4a32219d3d9438e450f4b3e8cf642867ca02391;p=thirdparty%2Fxfsprogs-dev.git xfs: Fix typo 'the the' in comment Source kernel commit: 4869b6e84a23076eca813d5739d6717976aeae66 Replace 'the the' with 'the' in the comment. Signed-off-by: Slark Xiao Reviewed-by: Darrick J. Wong Signed-off-by: Darrick J. Wong Signed-off-by: Carlos Maiolino --- diff --git a/libxfs/xfs_alloc.c b/libxfs/xfs_alloc.c index 91f5761a9..271c48dd8 100644 --- a/libxfs/xfs_alloc.c +++ b/libxfs/xfs_alloc.c @@ -80,7 +80,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