[PATCH v1 1/1] samples/damon: Fix typo in Kconfig help text
From: gutierrez.asier
Date: Wed Jun 17 2026 - 02:59:03 EST
From: Asier Gutierrez <gutierrez.asier@xxxxxxxxxxxxxxxxxxx>
Fix a typo in samples/damon/Kconfig help text. Change
"Thps" to "This".
Signed-off-by: Asier Gutierrez <gutierrez.asier@xxxxxxxxxxxxxxxxxxx>
---
samples/damon/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/samples/damon/Kconfig b/samples/damon/Kconfig
index cbf96fd8a8bf..182a59722879 100644
--- a/samples/damon/Kconfig
+++ b/samples/damon/Kconfig
@@ -31,7 +31,7 @@ config SAMPLE_DAMON_MTIER
bool "DAMON sample module for memory tiering"
depends on DAMON && DAMON_PADDR
help
- Thps builds DAMON sample module for memory tierign.
+ This builds DAMON sample module for memory tierign.
The module assumes the system is constructed with two NUMA nodes,
which seems as local and remote nodes to all CPUs. For example,
--
2.43.0