Skip to content

Commit b0a35ef

Browse files
Jiangshan Yikleikamp
authored andcommitted
fs/jfs/jfs_xattr.h: Fix spelling typo in comment
Fix spelling typo in comment. Reported-by: k2ci <[email protected]> Signed-off-by: Jiangshan Yi <[email protected]> Signed-off-by: Dave Kleikamp <[email protected]>
1 parent 4ef3405 commit b0a35ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/jfs/jfs_xattr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ struct jfs_ea_list {
2525
struct jfs_ea ea[]; /* Variable length list */
2626
};
2727

28-
/* Macros for defining maxiumum number of bytes supported for EAs */
28+
/* Macros for defining maximum number of bytes supported for EAs */
2929
#define MAXEASIZE 65535
3030
#define MAXEALISTSIZE MAXEASIZE
3131

0 commit comments

Comments
 (0)