Skip to content

Commit 759820c

Browse files
JuliaLawallJaegeuk Kim
authored andcommitted
f2fs: fix typo in comment
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <[email protected]> Reviewed-by: Chao Yu <[email protected]> Signed-off-by: Jaegeuk Kim <[email protected]>
1 parent d9c454a commit 759820c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/f2fs/f2fs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1757,7 +1757,7 @@ struct f2fs_sb_info {
17571757
unsigned int data_io_flag;
17581758
unsigned int node_io_flag;
17591759

1760-
/* For sysfs suppport */
1760+
/* For sysfs support */
17611761
struct kobject s_kobj; /* /sys/fs/f2fs/<devname> */
17621762
struct completion s_kobj_unregister;
17631763

0 commit comments

Comments
 (0)