summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2023-08-23 12:42:40 +0200
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2023-08-24 22:19:07 +0000
commitbfdefc2f9ae83c7ce8660ad7982cb66c89cf2f7c (patch)
tree4310c6ecc3bb3c5aafa8d5d97ed63b3cddc94d6a /Makefile
parent4f014835e134784b1a13e6a8205e89d139529300 (diff)
downloadcoreboot-bfdefc2f9ae83c7ce8660ad7982cb66c89cf2f7c.tar.gz
coreboot-bfdefc2f9ae83c7ce8660ad7982cb66c89cf2f7c.tar.bz2
coreboot-bfdefc2f9ae83c7ce8660ad7982cb66c89cf2f7c.zip
Makefile: Fix typo in `make help` output
Change-Id: I124e7d68198050616795a67df23b6481f6fe1276 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/77407 Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5bc07e8d3445..29597c8906b5 100644
--- a/Makefile
+++ b/Makefile
@@ -85,7 +85,7 @@ help_coreboot help::
@echo ' clean - Remove coreboot build artifacts'
@echo ' distclean - Remove build artifacts and config files'
@echo ' sphinx - Build sphinx documentation for coreboot'
- @echo ' sphinx-lint - Build sphinx documenttion for coreboot with warnings as errors'
+ @echo ' sphinx-lint - Build sphinx documentation for coreboot with warnings as errors'
@echo ' filelist - Show files used in current build'
@echo ' printall - print makefile info for debugging'
@echo ' gitconfig - set up git to submit patches to coreboot'