aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorBen Gardner <gardner.ben@gmail.com>2015-11-18 10:46:53 -0600
committerStefan Reinauer <stefan.reinauer@coreboot.org>2015-11-18 22:48:09 +0100
commit8420ad4b41c52d38acd56e4bfe447ce0f0a1721e (patch)
treeafd356d37883d326e131431fdb0ae2d6373c7e74 /src/Kconfig
parent68b79cdda4b1cadd9dde09918753e871a868fc27 (diff)
Kconfig: fix typo in description of the TRACE option
Change-Id: Icec6d047530e64228a3e71a636af4266ed5a73f0 Signed-off-by: Ben Gardner <gardner.ben@gmail.com> Reviewed-on: http://review.coreboot.org/12457 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 98d553a70b..2417faa06b 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -1046,7 +1046,7 @@ config TRACE
If enabled, every function will print information to console once
the function is entered. The syntax is ~0xaaaabbbb(0xccccdddd)
the 0xaaaabbbb is the actual function and 0xccccdddd is EIP
- of calling function. Please note some printk releated functions
+ of calling function. Please note some printk related functions
are omitted from trace to have good looking console dumps.
config DEBUG_COVERAGE