[PATCH v2] xfs: fix "acheive"->"achieve"
From: Xichao Zhao
Date: Fri Aug 08 2025 - 04:43:47 EST
Trivial fix to spelling mistake in comment text.
Signed-off-by: Xichao Zhao <zhao.xichao@xxxxxxxx>
---
fs/xfs/xfs_inode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c
index 9c39251961a3..4c66bbe23001 100644
--- a/fs/xfs/xfs_inode.c
+++ b/fs/xfs/xfs_inode.c
@@ -1745,7 +1745,7 @@ xfs_ifree_cluster(
* IO and it won't be unlocked until the cluster freeing has
* been committed to the journal and the buffer unpinned. If it
* is written, we want to know about it, and we want it to
- * fail. We can acheive this by adding a write verifier to the
+ * fail. We can achieve this by adding a write verifier to the
* buffer.
*/
bp->b_flags |= XBF_DONE;
--
2.34.1