summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 937fea2064f7..fba7796e6aa3 100644
--- a/Makefile
+++ b/Makefile
@@ -323,11 +323,11 @@ endif
config_host.mk.last set_soenv.stamp src.downloaded warn
#
-# custum command
+# custom command
#
ifneq ( $(MAKECMDGOALS),cmd)
cmd:
- echo "custum cmd" && ( $(cmd) )
+ echo "custom cmd" && ( $(cmd) )
endif