xfs: fix typo in comment

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2167832

commit 41bc61c02a5a3aa4f8ba5f9e9c54668468925c72
Author: Julia Lawall <Julia.Lawall@inria.fr>
Date:   Sun May 22 16:46:38 2022 +1000

    xfs: fix typo in comment

    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: Bill O'Donnell <bodonnel@redhat.com>
This commit is contained in:
Bill O'Donnell 2023-05-18 11:11:28 -05:00
parent ac2b992ba2
commit 79f37d2f44
1 changed files with 1 additions and 1 deletions

View 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;