Documentation: f2fs: fix typo s/automaic/automatic
authorEd Tsai <ed.tsai@mediatek.com>
Thu, 4 Feb 2021 13:25:56 +0000 (21:25 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 16 Feb 2021 15:58:35 +0000 (07:58 -0800)
Fix typo in f2fs documentation.

Signed-off-by: Ed Tsai <ed.tsai@mediatek.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Documentation/filesystems/f2fs.rst

index f75ec244762fd9bee022df19e5e63cc551ee114f..81c05baa83121a3e33c427848799400d75da9f12 100644 (file)
@@ -847,7 +847,7 @@ This is the default option. f2fs does automatic compression in the writeback of
 compression enabled files.
 
 2) compress_mode=user
-This disables the automaic compression and gives the user discretion of choosing the
+This disables the automatic compression and gives the user discretion of choosing the
 target file and the timing. The user can do manual compression/decompression on the
 compression enabled files using F2FS_IOC_DECOMPRESS_FILE and F2FS_IOC_COMPRESS_FILE
 ioctls like the below.