diff options
author | Stephan Sperber <sperberstephan@googlemail.com> | 2010-07-14 11:23:08 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-08-23 15:35:15 +0200 |
commit | 681b3049dd13bc8ce579de3f017ff73deb658385 (patch) | |
tree | cd4a82caba3807b6e582d4281c283430809fa496 | |
parent | d8b187c6b5f4a7ed7f6888b9e2eca3f648648b41 (diff) | |
download | kernel_goldelico_gta04-681b3049dd13bc8ce579de3f017ff73deb658385.zip kernel_goldelico_gta04-681b3049dd13bc8ce579de3f017ff73deb658385.tar.gz kernel_goldelico_gta04-681b3049dd13bc8ce579de3f017ff73deb658385.tar.bz2 |
Kconfig: delete duplicate word
Deleted a word which apeared twice.
Signed-off-by: Stephan Sperber <sperberstephan@googlemail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | init/Kconfig | 2 | ||||
-rw-r--r-- | usr/Kconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig index 24932b9..2eec20c 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -179,7 +179,7 @@ config KERNEL_LZO depends on HAVE_KERNEL_LZO help Its compression ratio is the poorest among the 4. The kernel - size is about about 10% bigger than gzip; however its speed + size is about 10% bigger than gzip; however its speed (both compression and decompression) is the fastest. endchoice diff --git a/usr/Kconfig b/usr/Kconfig index e2721f5..c2c7fe2 100644 --- a/usr/Kconfig +++ b/usr/Kconfig @@ -144,7 +144,7 @@ config INITRAMFS_COMPRESSION_LZO depends on RD_LZO help Its compression ratio is the poorest among the four. The kernel - size is about about 10% bigger than gzip; however its speed + size is about 10% bigger than gzip; however its speed (both compression and decompression) is the fastest. endchoice |