From: Sophia Gabriella Date: Thu, 28 Jul 2022 16:51:39 +0000 (+0000) Subject: mm: Kconfig: fix typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1a44131d4f524e18d873bbe363598e39841001bf;p=linux.git mm: Kconfig: fix typo Fixes a typo in the help section for ZSWAP. Link: https://lkml.kernel.org/r/Message-ID: Signed-off-by: Sophia Gabriella Signed-off-by: Andrew Morton --- diff --git a/mm/Kconfig b/mm/Kconfig index 56ca0e7c6f9a0..f73f5b272144f 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -33,7 +33,7 @@ config ZSWAP pages that are in the process of being swapped out and attempts to compress them into a dynamically allocated RAM-based memory pool. This can result in a significant I/O reduction on swap device and, - in the case where decompressing from RAM is faster that swap device + in the case where decompressing from RAM is faster than swap device reads, can also improve workload performance. This is marked experimental because it is a new feature (as of