]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
drivers: cpu: fix syntax error in Kconfig documentation
authorHugo Villeneuve <hvilleneuve@dimonoff.com>
Mon, 16 Feb 2026 17:28:39 +0000 (12:28 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 3 Mar 2026 16:34:49 +0000 (10:34 -0600)
Replace then -> they so that the sentence makes sense.

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
drivers/cpu/Kconfig

index 4cc3679c009eb0f72907508e762135796e34c9f8..6a96be94de496871537ad0d08bbc870f3556192f 100644 (file)
@@ -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.