]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Kconfig: Fix grammatical error in help text
authorAndrew Goodbody <andrew.goodbody@linaro.org>
Mon, 29 Jun 2026 17:06:49 +0000 (18:06 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 3 Jul 2026 20:40:49 +0000 (14:40 -0600)
Fix the incorrect use of 'your' instead of 'you are' and reflow the text
around it.

Fixes: af9e6ad4ab29 ("board_f: Add new function to allow runtime DTB selection")
Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
dts/Kconfig

index 6b501c2239edb67f169a691647eff66256f26669..3fa1d756fc76c2f693cefb2b0e09b81e8e4efba8 100644 (file)
@@ -314,10 +314,10 @@ config DTB_RESELECT
        depends on !COMPILE_TEST
        depends on MULTI_DTB_FIT
        help
-         It is possible during initial boot you may need to use a generic
-         dtb until you can fully determine the board your running on. This
-         config allows boards to implement a function at a later point
-         during boot to switch to the "correct" dtb.
+         It is possible during initial boot you may need to use a generic dtb
+         until you can fully determine the board you are running on. This
+         config allows boards to implement a function at a later point during
+         boot to switch to the "correct" dtb.
 
 config MULTI_DTB_FIT
        bool "Support embedding several DTBs in a FIT image for u-boot"