From: Jiangshan Yi Date: Fri, 2 Sep 2022 08:53:38 +0000 (+0800) Subject: fs/jfs/jfs_xattr.h: Fix spelling typo in comment X-Git-Tag: io_uring-6.2-2022-12-19~57^2~6 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=b0a35efa0ebc50032ab81d60ed5a12de4324c5e2;p=linux-2.6-block.git fs/jfs/jfs_xattr.h: Fix spelling typo in comment Fix spelling typo in comment. Reported-by: k2ci Signed-off-by: Jiangshan Yi Signed-off-by: Dave Kleikamp --- diff --git a/fs/jfs/jfs_xattr.h b/fs/jfs/jfs_xattr.h index c50167a7bc50..0d33816d251d 100644 --- a/fs/jfs/jfs_xattr.h +++ b/fs/jfs/jfs_xattr.h @@ -25,7 +25,7 @@ struct jfs_ea_list { struct jfs_ea ea[]; /* Variable length list */ }; -/* Macros for defining maxiumum number of bytes supported for EAs */ +/* Macros for defining maximum number of bytes supported for EAs */ #define MAXEASIZE 65535 #define MAXEALISTSIZE MAXEASIZE