From: Julia Lawall Date: Wed, 22 Jun 2022 19:28:52 +0000 (-0500) Subject: xfs: fix typo in comment X-Git-Tag: v5.19.0-rc0~15 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=7e5dda22112cfba25b2c2202949364010bcf8e17;p=thirdparty%2Fxfsprogs-dev.git xfs: fix typo in comment Source kernel commit: 41bc61c02a5a3aa4f8ba5f9e9c54668468925c72 Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall Reviewed-by: Darrick J. Wong Signed-off-by: Dave Chinner Signed-off-by: Eric Sandeen --- diff --git a/libxfs/xfs_symlink_remote.c b/libxfs/xfs_symlink_remote.c index a5cbb40fb..14c186a58 100644 --- a/libxfs/xfs_symlink_remote.c +++ b/libxfs/xfs_symlink_remote.c @@ -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;