common: Kconfig: Fix typo in TPL_LOG_CONSOLE description

Signed-off-by: Simon South <simon@simonsouth.net>
diff --git a/common/Kconfig b/common/Kconfig
index 28d5e9a..d9ecf79 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -764,7 +764,7 @@
 	  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