diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-03-19 02:58:48 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-03-25 18:51:23 +0100 |
commit | 1ccc4a39cc5cd6852576cfbc5d8f1d2b3ae7b800 (patch) | |
tree | c44033cfab0c8dac86b83b5750db6da0b6f2e1fb | |
parent | Documentation: megaraid: fix spelling "consistend" => "consistent" (diff) | |
download | linux-1ccc4a39cc5cd6852576cfbc5d8f1d2b3ae7b800.tar.xz linux-1ccc4a39cc5cd6852576cfbc5d8f1d2b3ae7b800.zip |
docs: filesystems: Fix a mundane typo
s/provisoned/provisioned/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Link: https://lore.kernel.org/r/20210319015848.19515-1-unixbhaskar@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/filesystems/vfat.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/vfat.rst b/Documentation/filesystems/vfat.rst index e85d74e91295..760a4d83fdf9 100644 --- a/Documentation/filesystems/vfat.rst +++ b/Documentation/filesystems/vfat.rst @@ -189,7 +189,7 @@ VFAT MOUNT OPTIONS **discard** If set, issues discard/TRIM commands to the block device when blocks are freed. This is useful for SSD devices - and sparse/thinly-provisoned LUNs. + and sparse/thinly-provisioned LUNs. **nfs=stale_rw|nostale_ro** Enable this only if you want to export the FAT filesystem |