]> Git Repo - linux.git/commitdiff
Documentation: f2fs: fix typo s/automaic/automatic
authorEd Tsai <[email protected]>
Thu, 4 Feb 2021 13:25:56 +0000 (21:25 +0800)
committerJaegeuk Kim <[email protected]>
Tue, 16 Feb 2021 15:58:35 +0000 (07:58 -0800)
Fix typo in f2fs documentation.

Signed-off-by: Ed Tsai <[email protected]>
Reviewed-by: Chao Yu <[email protected]>
Signed-off-by: Jaegeuk Kim <[email protected]>
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.
This page took 0.059582 seconds and 4 git commands to generate.