diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/ext4/Kconfig | 2 | ||||
-rw-r--r-- | fs/ubifs/Kconfig | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig index 7505482a08fa..418b6f3b0ae8 100644 --- a/fs/ext4/Kconfig +++ b/fs/ext4/Kconfig | |||
@@ -18,7 +18,7 @@ config EXT4_FS | |||
18 | filesystem; while there will be some performance gains from | 18 | filesystem; while there will be some performance gains from |
19 | the delayed allocation and inode table readahead, the best | 19 | the delayed allocation and inode table readahead, the best |
20 | performance gains will require enabling ext4 features in the | 20 | performance gains will require enabling ext4 features in the |
21 | filesystem, or formating a new filesystem as an ext4 | 21 | filesystem, or formatting a new filesystem as an ext4 |
22 | filesystem initially. | 22 | filesystem initially. |
23 | 23 | ||
24 | To compile this file system support as a module, choose M here. The | 24 | To compile this file system support as a module, choose M here. The |
diff --git a/fs/ubifs/Kconfig b/fs/ubifs/Kconfig index e35b54d5059d..830e3f76f442 100644 --- a/fs/ubifs/Kconfig +++ b/fs/ubifs/Kconfig | |||
@@ -22,7 +22,7 @@ config UBIFS_FS_ADVANCED_COMPR | |||
22 | depends on UBIFS_FS | 22 | depends on UBIFS_FS |
23 | help | 23 | help |
24 | This option allows to explicitly choose which compressions, if any, | 24 | This option allows to explicitly choose which compressions, if any, |
25 | are enabled in UBIFS. Removing compressors means inbility to read | 25 | are enabled in UBIFS. Removing compressors means inability to read |
26 | existing file systems. | 26 | existing file systems. |
27 | 27 | ||
28 | If unsure, say 'N'. | 28 | If unsure, say 'N'. |
@@ -32,7 +32,7 @@ config UBIFS_FS_LZO | |||
32 | depends on UBIFS_FS | 32 | depends on UBIFS_FS |
33 | default y | 33 | default y |
34 | help | 34 | help |
35 | LZO compressor is generally faster then zlib but compresses worse. | 35 | LZO compressor is generally faster than zlib but compresses worse. |
36 | Say 'Y' if unsure. | 36 | Say 'Y' if unsure. |
37 | 37 | ||
38 | config UBIFS_FS_ZLIB | 38 | config UBIFS_FS_ZLIB |