diff options
author | 2021-03-23 16:59:30 -0700 | |
---|---|---|
committer | 2021-03-25 16:47:52 -0700 | |
commit | f9dd7ba4308cd95c57f284253c5fb99623d7b715 (patch) | |
tree | 201d811e67fefaa1c8bb79292150003ef9096c9f | |
parent | xfs: Rudimentary spelling fix (diff) | |
download | wireguard-linux-f9dd7ba4308cd95c57f284253c5fb99623d7b715.tar.xz wireguard-linux-f9dd7ba4308cd95c57f284253c5fb99623d7b715.zip |
xfs: Fix a typo
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>
-rw-r--r-- | fs/xfs/xfs_aops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_aops.c b/fs/xfs/xfs_aops.c index b4186d666157..1cc7c36d98e9 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; |