summaryrefslogtreecommitdiff
path: root/Makefile.help
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-04-09 17:48:17 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-04-09 17:48:17 +0000
commit068f8b0195b18d84897ebe7acae3cf4c9e852946 (patch)
treed46aa7860707067ee5df09d3fdf7455d65e2739a /Makefile.help
parentf7000691fb0a4f649a73bdd146883788fd4cfd1b (diff)
- fix typo
Diffstat (limited to 'Makefile.help')
-rw-r--r--Makefile.help2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.help b/Makefile.help
index a2087164b..3a8432870 100644
--- a/Makefile.help
+++ b/Makefile.help
@@ -8,7 +8,7 @@
help:
@echo 'Cleaning:'
@echo ' clean - delete temporary object files'
- @echo ' realclean - delete temporary object file, including dependencies'
+ @echo ' realclean - delete temporary object files, including dependencies'
@echo ' distclean - delete all non-source files (including .config)'
@echo
@echo 'Build:'