diff options
-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 24932b9c03e8..2eec20cbe8ef 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -179,7 +179,7 @@ config KERNEL_LZO | |||
179 | depends on HAVE_KERNEL_LZO | 179 | depends on HAVE_KERNEL_LZO |
180 | help | 180 | help |
181 | Its compression ratio is the poorest among the 4. The kernel | 181 | Its compression ratio is the poorest among the 4. The kernel |
182 | size is about about 10% bigger than gzip; however its speed | 182 | size is about 10% bigger than gzip; however its speed |
183 | (both compression and decompression) is the fastest. | 183 | (both compression and decompression) is the fastest. |
184 | 184 | ||
185 | endchoice | 185 | endchoice |
diff --git a/usr/Kconfig b/usr/Kconfig index e2721f5a3504..c2c7fe2f717d 100644 --- a/usr/Kconfig +++ b/usr/Kconfig | |||
@@ -144,7 +144,7 @@ config INITRAMFS_COMPRESSION_LZO | |||
144 | depends on RD_LZO | 144 | depends on RD_LZO |
145 | help | 145 | help |
146 | Its compression ratio is the poorest among the four. The kernel | 146 | Its compression ratio is the poorest among the four. The kernel |
147 | size is about about 10% bigger than gzip; however its speed | 147 | size is about 10% bigger than gzip; however its speed |
148 | (both compression and decompression) is the fastest. | 148 | (both compression and decompression) is the fastest. |
149 | 149 | ||
150 | endchoice | 150 | endchoice |