summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
diff options
context:
space:
mode:
authorDave Chinner <david@fromorbit.com>2022-05-23 01:55:09 +0300
committerDave Chinner <david@fromorbit.com>2022-05-23 01:55:09 +0300
commitab6a8d3f1a2a85dea5b300fd63b7033cb1040a95 (patch)
tree40fa149944c002cca9c7e3480c2fb47d7836bcac /fs/xfs/libxfs
parent4183e4f27f402d712bccab30588a6fe7575963c0 (diff)
parent73c348d4ab5c34aa2186071e66eaa5700d35e104 (diff)
downloadlinux-ab6a8d3f1a2a85dea5b300fd63b7033cb1040a95.tar.xz
Merge branch 'guilt/xfs-5.19-misc-3' into xfs-5.19-for-next
Diffstat (limited to 'fs/xfs/libxfs')
-rw-r--r--fs/xfs/libxfs/xfs_symlink_remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_symlink_remote.c b/fs/xfs/libxfs/xfs_symlink_remote.c
index f0b38f4aba80..8b9bd178a487 100644
--- a/fs/xfs/libxfs/xfs_symlink_remote.c
+++ b/fs/xfs/libxfs/xfs_symlink_remote.c
@@ -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;