Skip to content

Commit

Permalink
xfs: Fix a typo
Browse files Browse the repository at this point in the history
s/strutures/structures/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Reviewed-by: Pavel Reichl <preichl@redhat.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
  • Loading branch information
Bhaskar Chowdhury authored and Darrick J. Wong committed Mar 25, 2021
1 parent 0145225 commit f9dd7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/xfs/xfs_aops.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ xfs_end_ioend(
nofs_flag = memalloc_nofs_save();

/*
* Just clean up the in-memory strutures if the fs has been shut down.
* Just clean up the in-memory structures if the fs has been shut down.
*/
if (XFS_FORCED_SHUTDOWN(ip->i_mount)) {
error = -EIO;
Expand Down

0 comments on commit f9dd7ba

Please sign in to comment.