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>
This commit is contained in:
parent
ee352cdcca
commit
2de6410eee
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in New Issue