f2fs: fix typo in comment
authorJulia Lawall <Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:11:43 +0000 (13:11 +0200)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 23 May 2022 17:29:41 +0000 (10:29 -0700)
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>
fs/f2fs/f2fs.h

index 52c34651f469f59c424f1154079fb04cf973082b..f4d03a81ef3f8600225411d04f735686dff1e368 100644 (file)
@@ -1757,7 +1757,7 @@ struct f2fs_sb_info {
        unsigned int data_io_flag;
        unsigned int node_io_flag;
 
-       /* For sysfs suppport */
+       /* For sysfs support */
        struct kobject s_kobj;                  /* /sys/fs/f2fs/<devname> */
        struct completion s_kobj_unregister;