From: Bhaskar Chowdhury Date: Tue, 23 Mar 2021 23:59:30 +0000 (-0700) Subject: xfs: Fix a typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f9dd7ba4308cd95c57f284253c5fb99623d7b715;p=linux.git xfs: Fix a typo s/strutures/structures/ Signed-off-by: Bhaskar Chowdhury Reviewed-by: Pavel Reichl Acked-by: Randy Dunlap Reviewed-by: Darrick J. Wong Signed-off-by: Darrick J. Wong --- diff --git a/fs/xfs/xfs_aops.c b/fs/xfs/xfs_aops.c index b4186d666157e..1cc7c36d98e94 100644 --- a/fs/xfs/xfs_aops.c +++ b/fs/xfs/xfs_aops.c @@ -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;