aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorEd Tsai <ed.tsai@mediatek.com>2021-02-04 21:25:56 +0800
committerJaegeuk Kim <jaegeuk@kernel.org>2021-02-16 07:58:35 -0800
commit092af2eb180062f5bafe02a75da9856676eb4f89 (patch)
treef2629e573aff06951e22d0261ace4fb8a72e7541 /Documentation/filesystems
parentf2fs: give a warning only for readonly partition (diff)
downloadlinux-dev-092af2eb180062f5bafe02a75da9856676eb4f89.tar.xz
linux-dev-092af2eb180062f5bafe02a75da9856676eb4f89.zip
Documentation: f2fs: fix typo s/automaic/automatic
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>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r--Documentation/filesystems/f2fs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/f2fs.rst b/Documentation/filesystems/f2fs.rst
index f75ec244762f..81c05baa8312 100644
--- a/Documentation/filesystems/f2fs.rst
+++ b/Documentation/filesystems/f2fs.rst
@@ -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.