[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210204132556.14934-1-ed.tsai@mediatek.com>
Date: Thu, 4 Feb 2021 21:25:56 +0800
From: Ed Tsai <ed.tsai@...iatek.com>
To: <linux-f2fs-devel@...ts.sourceforge.net>
CC: <linux-doc@...r.kernel.org>, <linux-fsdevel@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <ed.tsai@...iatek.com>
Subject: [PATCH] Documentation: f2fs: fix typo s/automaic/automatic
Fix typo in f2fs documentation.
Signed-off-by: Ed Tsai <ed.tsai@...iatek.com>
---
Documentation/filesystems/f2fs.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/filesystems/f2fs.rst b/Documentation/filesystems/f2fs.rst
index dae15c96e659..e1cda214058e 100644
--- a/Documentation/filesystems/f2fs.rst
+++ b/Documentation/filesystems/f2fs.rst
@@ -831,7 +831,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.
--
2.18.0
Powered by blists - more mailing lists