video: kconfig: Fix a typo in SPL_VIDEO_REMOVE
authorBin Meng <bmeng@tinylab.org>
Thu, 3 Aug 2023 10:40:08 +0000 (18:40 +0800)
committerAnatolij Gustschin <agust@denx.de>
Sun, 13 Aug 2023 21:09:23 +0000 (23:09 +0200)
Add one space between 'before' and 'loading'.

Signed-off-by: Bin Meng <bmeng@tinylab.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/video/Kconfig

index 2a37d02..69f4809 100644 (file)
@@ -1115,7 +1115,7 @@ config SPL_VIDEO_REMOVE
        bool "Remove video driver after SPL stage"
        help
          if this  option is enabled video driver will be removed at the end of
-         SPL stage, beforeloading the next stage.
+         SPL stage, before loading the next stage.
 
 if SPL_SPLASH_SCREEN