From: Zizhen Pang Date: Wed, 16 Aug 2023 10:37:14 +0000 (+0530) Subject: fs/xfs: Fix typos in comments X-Git-Tag: v6.6-rc1~137^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=c1950a111dd87604009496e06033ee248c676424;p=linux-block.git fs/xfs: Fix typos in comments Delete duplicate word "the" [chandan: Fix mangled patch] Signed-off-by: Zizhen Pang Reviewed-by: Darrick J. Wong Signed-off-by: Chandan Babu R --- diff --git a/fs/xfs/xfs_aops.c b/fs/xfs/xfs_aops.c index 451942fb38ec..66b311ccc4f9 100644 --- a/fs/xfs/xfs_aops.c +++ b/fs/xfs/xfs_aops.c @@ -478,7 +478,7 @@ xfs_discard_folio( folio, ip->i_ino, pos); /* - * The end of the punch range is always the offset of the the first + * The end of the punch range is always the offset of the first * byte of the next folio. Hence the end offset is only dependent on the * folio itself and not the start offset that is passed in. */