diff options
author | Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com> | 2007-12-17 19:19:54 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-12-17 22:28:16 -0500 |
commit | 9e2de407bec98fb07040f658f55fb71ba1b594f5 (patch) | |
tree | acb2d2ae8df7b1e378907632d587f65583393db5 /fs/Kconfig | |
parent | a5ee6daa525c04079baee6f393c0b2dab3f61253 (diff) |
fs/Kconfig: grammar fix
This was introduced in 4af8e944c22d8af92a7548354a9567250cc1a782
Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
Cc: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 635f3e286ad8..487236c65837 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -1305,7 +1305,7 @@ config JFFS2_COMPRESSION_OPTIONS | |||
1305 | help | 1305 | help |
1306 | Enabling this option allows you to explicitly choose which | 1306 | Enabling this option allows you to explicitly choose which |
1307 | compression modules, if any, are enabled in JFFS2. Removing | 1307 | compression modules, if any, are enabled in JFFS2. Removing |
1308 | compressors and mean you cannot read existing file systems, | 1308 | compressors can mean you cannot read existing file systems, |
1309 | and enabling experimental compressors can mean that you | 1309 | and enabling experimental compressors can mean that you |
1310 | write a file system which cannot be read by a standard kernel. | 1310 | write a file system which cannot be read by a standard kernel. |
1311 | 1311 | ||