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 <Julia.Lawall@inria.fr> Reviewed-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
1 parent d9c454a commit 759820c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)