summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWerner Zeh <werner.zeh@siemens.com>2016-01-12 12:45:49 +0100
committerMartin Roth <martinroth@google.com>2016-01-12 22:19:45 +0100
commit2de6410eeefb65729662ad7604e6a9620b9c58bf (patch)
treea3b571d208f3e176952e2100867baa90537a6de9 /Makefile
parentee352cdcca938b35e01b6bcf272700da53096c8b (diff)
downloadcoreboot-2de6410eeefb65729662ad7604e6a9620b9c58bf.tar.xz
Makefile: Correct spelling in help message
Correct wrong spelled "subnit" in help message. Change-Id: Iadbf483835ee4c1b6e3faa454d1cae2660b99c5e Signed-off-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-on: https://review.coreboot.org/12905 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 08d4f97e52..c46c4d8eb9 100644
--- a/Makefile
+++ b/Makefile
@@ -104,7 +104,7 @@ help_coreboot help::
@echo ' what-jenkins-does - Run platform build tests (Use CPUS=# for more cores)'
@echo ' printall - print makefile info for debugging'
@echo ' lint / lint-stable - run coreboot lint tools (all / minimal)'
- @echo ' gitconfig - set up git to subnit patches to coreboot'
+ @echo ' gitconfig - set up git to submit patches to coreboot'
@echo ' ctags / ctags-project - make ctags file for all of coreboot or current board'
@echo ' cscope / cscope-project - make cscope.out file for coreboot or current board'
@echo