[coreboot-gerrit] New patch to review for coreboot: toolchain.inc: fix typo

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Mon Dec 7 22:37:34 CET 2015


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12675

-gerrit

commit 764995d494ad68cc0cdb745c540162383de575ee
Author: Martin Roth <martinroth at google.com>
Date:   Mon Dec 7 14:04:27 2015 -0700

    toolchain.inc: fix typo
    
    Change-Id: I6336881f0ec3568e14c03c55c7c060eba9f4be53
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 toolchain.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toolchain.inc b/toolchain.inc
index 7246580..c325509 100644
--- a/toolchain.inc
+++ b/toolchain.inc
@@ -146,7 +146,7 @@ $(eval $(call toolchain_to_dir))
 
 $(call init_stages)
 
-# Test for coreboot toolchain (except when explicitely not requested)
+# Test for coreboot toolchain (except when explicitly not requested)
 ifneq ($(NOCOMPILE),1)
 # only run if we're doing a build (not for tests, kconfig, ...), using gcc
 # rationale: gcc versions by Linux distributions tend to be quite messed up



More information about the coreboot-gerrit mailing list