From e15b78bcf72bae42c7d198dfac5317c1058b8c26 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Mon, 16 Feb 2026 12:28:39 -0500 Subject: drivers: cpu: fix syntax error in Kconfig documentation Replace then -> they so that the sentence makes sense. Signed-off-by: Hugo Villeneuve Reviewed-by: Quentin Schulz --- drivers/cpu/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/cpu') diff --git a/drivers/cpu/Kconfig b/drivers/cpu/Kconfig index 4cc3679c009..6a96be94de4 100644 --- a/drivers/cpu/Kconfig +++ b/drivers/cpu/Kconfig @@ -3,7 +3,7 @@ config CPU help This allows drivers to be provided for CPUs and their type to be specified in the board's device tree. For boards which support - multiple CPUs, then normally have to be set up in U-Boot so that + multiple CPUs, they normally have to be set up in U-Boot so that they can work correctly in the OS. This provides a framework for finding out information about available CPUs and making changes. -- cgit v1.3.1