Переглянути джерело

common: Kconfig: Fix typo in TPL_LOG_CONSOLE description

Signed-off-by: Simon South <simon@simonsouth.net>
Simon South 4 роки тому
батько
коміт
54b6abae3a
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      common/Kconfig

+ 1 - 1
common/Kconfig

@@ -764,7 +764,7 @@ config SPL_LOG_CONSOLE
 	  line number are omitted.
 
 config TPL_LOG_CONSOLE
-	bool "Allow log output to the console in SPL"
+	bool "Allow log output to the console in TPL"
 	depends on TPL_LOG
 	default y
 	help