diff options
author | Matt LaPlante <kernel1@cyberdogtech.com> | 2009-01-26 05:12:25 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-03-30 09:22:01 -0400 |
commit | 692105b8ac5bcd75dc65f6a8f10bdbd0f0f34dcf (patch) | |
tree | e079cea0948d250e5411befe0c5cca7c97bcf860 /fs | |
parent | 877d03105d04b2c13e241130277fa69c8d2564f0 (diff) |
trivial: fix typos/grammar errors in Kconfig texts
Signed-off-by: Matt LaPlante <kernel1@cyberdogtech.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
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 |