diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-03-19 07:28:48 +0530 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-03-25 11:51:23 -0600 |
commit | 1ccc4a39cc5cd6852576cfbc5d8f1d2b3ae7b800 (patch) | |
tree | c44033cfab0c8dac86b83b5750db6da0b6f2e1fb /Documentation | |
parent | ee4b4c9f9492e750f7d2142b8bf4f169fea1f5a5 (diff) |
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>
Diffstat (limited to 'Documentation')
-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 |