[PATCH] arch: Kconfig: fix spelling of "busses"
From: Elijah Andrew Freeman
Date: Sun Jul 26 2026 - 21:24:16 EST
Fix a spelling mistake in the SCHED_CLUSTER help text.
Signed-off-by: Elijah Andrew Freeman <a7277777777a@xxxxxxxxx>
---
arch/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/Kconfig b/arch/Kconfig
index fa7507ac8e13..a64e8f2734ad 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -68,7 +68,7 @@ config SCHED_CLUSTER
making when dealing with machines that have clusters of CPUs.
Cluster usually means a couple of CPUs which are placed closely
by sharing mid-level caches, last-level cache tags or internal
- busses.
+ buses.
config SCHED_MC
bool "Multi-Core Cache (MC) scheduler support"
--
2.55.0