xfs: Fix a typo
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Tue, 23 Mar 2021 23:59:30 +0000 (16:59 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 25 Mar 2021 23:47:52 +0000 (16:47 -0700)
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>
fs/xfs/xfs_aops.c

index b4186d666157e5bed63eac073b2adf140a1260ec..1cc7c36d98e94086f189d4aae155d041227d6970 100644 (file)
@@ -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;