mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
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>
This commit is contained in:
parent
efd409a432
commit
41bc61c02a
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user