Skip to content

Commit 41bc61c

Browse files
JuliaLawalldchinner
authored andcommitted
xfs: fix typo in comment
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <[email protected]> Reviewed-by: Darrick J. Wong <[email protected]> Signed-off-by: Dave Chinner <[email protected]>
1 parent efd409a commit 41bc61c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/xfs/libxfs/xfs_symlink_remote.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ xfs_symlink_shortform_verify(
213213

214214
/*
215215
* Zero length symlinks should never occur in memory as they are
216-
* never alllowed to exist on disk.
216+
* never allowed to exist on disk.
217217
*/
218218
if (!size)
219219
return __this_address;

0 commit comments

Comments
 (0)