On Fri, Aug 08, 2025 at 04:43:21PM +0800, Xichao Zhao wrote: > Trivial fix to spelling mistake in comment text. Already submitted to the list[1], please read the archives before you hit send. [1] https://lore.kernel.org/linux-xfs/jjpiu6ot5kndjcggvoochddt7qq6vxmijdlog2vcp7y6pldhy3@wmbpth6y5af4/T/#u --D > > 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 > >