]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfs: fix typo in comment
authorJulia Lawall <Julia.Lawall@inria.fr>
Wed, 22 Jun 2022 19:28:52 +0000 (14:28 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Wed, 22 Jun 2022 19:28:52 +0000 (14:28 -0500)
Source kernel commit: 41bc61c02a5a3aa4f8ba5f9e9c54668468925c72

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>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_symlink_remote.c

index a5cbb40fb2a24a665f396186f88816e18aa5c8b3..14c186a586e3a059f42d3fb527f1bdf6dc931425 100644 (file)
@@ -210,7 +210,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;