summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZizhen Pang <pangzizhen001@208suo.com>2023-08-16 16:07:14 +0530
committerChandan Babu R <chandan.babu@oracle.com>2023-08-18 13:42:43 +0530
commitc1950a111dd87604009496e06033ee248c676424 (patch)
treeac5ffa5e80d4e7ae71a6ff1b6feeb06c1d380f25
parent2c234a22866e4f322ca578397ad381f02a95001a (diff)
fs/xfs: Fix typos in commentsxfs-6.6-merge-1
Delete duplicate word "the" [chandan: Fix mangled patch] Signed-off-by: Zizhen Pang <pangzizhen001@208suo.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Chandan Babu R <chandan.babu@oracle.com>
-rw-r--r--fs/xfs/xfs_aops.c2
1 files changed, 1 insertions, 1 deletions
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.
*/