summaryrefslogtreecommitdiff
path: root/mm/Kconfig
diff options
context:
space:
mode:
authorSophia Gabriella <sophia.gabriellla@outlook.com>2022-07-28 16:51:39 +0000
committerakpm <akpm@linux-foundation.org>2022-07-29 18:07:20 -0700
commit1a44131d4f524e18d873bbe363598e39841001bf (patch)
treec4e27c53390b72ca354032d56039a06d9099f5ec /mm/Kconfig
parent96f96763de26d6ee333d5b2446d1b04a4e6bc75b (diff)
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 <sophia.gabriellla@outlook.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm/Kconfig')
-rw-r--r--mm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/Kconfig b/mm/Kconfig
index 56ca0e7c6f9a..f73f5b272144 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