diff mbox series

mm: Kconfig: fix typo

Message ID PH0PR22MB30799192E769815211CD0C9FE9969@PH0PR22MB3079.namprd22.prod.outlook.com (mailing list archive)
State New
Headers show
Series mm: Kconfig: fix typo | expand

Commit Message

Sophia Gabriella July 28, 2022, 4:51 p.m. UTC
Fixes a typo in the help section for ZSWAP.

Signed-off-by: Sophia Gabriella <sophia.gabriellla@outlook.com>
---
 mm/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/mm/Kconfig b/mm/Kconfig
index 169e64192e48..319bb4ab37f4 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