summaryrefslogtreecommitdiff
path: root/fs/jfs
diff options
context:
space:
mode:
authorJiangshan Yi <yijiangshan@kylinos.cn>2022-09-02 16:53:38 +0800
committerDave Kleikamp <dave.kleikamp@oracle.com>2022-10-18 08:50:26 -0500
commitb0a35efa0ebc50032ab81d60ed5a12de4324c5e2 (patch)
tree7b2f1e6108c7df6ecfb407c1255619ef184896f9 /fs/jfs
parent4ef3405e82d25f2752fabe3c5443c3e703739172 (diff)
fs/jfs/jfs_xattr.h: Fix spelling typo in comment
Fix spelling typo in comment. Reported-by: k2ci <kernel-bot@kylinos.cn> Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn> Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
Diffstat (limited to 'fs/jfs')
-rw-r--r--fs/jfs/jfs_xattr.h2
1 files changed, 1 insertions, 1 deletions
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