diff options
author | Matt LaPlante <kernel1@cyberdogtech.com> | 2009-01-26 11:12:25 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-03-30 15:22:01 +0200 |
commit | 692105b8ac5bcd75dc65f6a8f10bdbd0f0f34dcf (patch) | |
tree | e079cea0948d250e5411befe0c5cca7c97bcf860 /fs/ext4/Kconfig | |
parent | 877d03105d04b2c13e241130277fa69c8d2564f0 (diff) | |
download | linux-3.10-692105b8ac5bcd75dc65f6a8f10bdbd0f0f34dcf.tar.gz linux-3.10-692105b8ac5bcd75dc65f6a8f10bdbd0f0f34dcf.tar.bz2 linux-3.10-692105b8ac5bcd75dc65f6a8f10bdbd0f0f34dcf.zip |
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/ext4/Kconfig')
-rw-r--r-- | fs/ext4/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig index 7505482a08f..418b6f3b0ae 100644 --- a/fs/ext4/Kconfig +++ b/fs/ext4/Kconfig @@ -18,7 +18,7 @@ config EXT4_FS filesystem; while there will be some performance gains from the delayed allocation and inode table readahead, the best performance gains will require enabling ext4 features in the - filesystem, or formating a new filesystem as an ext4 + filesystem, or formatting a new filesystem as an ext4 filesystem initially. To compile this file system support as a module, choose M here. The |