Browse Source

- fix typo

Bernhard Reutner-Fischer 15 years ago
parent
commit
068f8b0195
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile.help

+ 1 - 1
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:'