xfs: fix typo in comment
authorJulia Lawall <Julia.Lawall@inria.fr>
Sun, 22 May 2022 06:46:38 +0000 (16:46 +1000)
committerDave Chinner <david@fromorbit.com>
Sun, 22 May 2022 06:46:38 +0000 (16:46 +1000)
Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/libxfs/xfs_symlink_remote.c

index f0b38f4..8b9bd17 100644 (file)
@@ -213,7 +213,7 @@ xfs_symlink_shortform_verify(
 
        /*
         * Zero length symlinks should never occur in memory as they are
-        * never alllowed to exist on disk.
+        * never allowed to exist on disk.
         */
        if (!size)
                return __this_address;