summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2018-11-26 17:48:04 +0100
committerDavid Sterba <dsterba@suse.com>2018-11-26 17:48:04 +0100
commitbc729227898a033edf26322018abbdda2fed8eca (patch)
tree7f51cda86a87d2b983b0cf4db7067a6bdbdb8adc
parent2e67bf0ed69d0a07a0d6bee628301e0da7c6e973 (diff)
btrfs-progs: fix typos in Makefile
Besides the comments, there's a slight change as the file config.log will be deleted by the 'clean-gen' rule. Generated by https://github.com/jsoref/spelling Issue: #154 Author: Josh Soref <jsoref@users.noreply.github.com> Signed-off-by: David Sterba <dsterba@suse.com>
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f4ab14ea..ee1fc139 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Basic build targets:
# all all main tools and the shared library
-# static build static bnaries, requires static version of the libraries
+# static build static binaries, requires static version of the libraries
# test run the full testsuite
# install install to default location (/usr/local)
# clean clean built binaries (not the documentation)
@@ -631,7 +631,7 @@ clean-doc:
clean-gen:
@echo "Cleaning Generated Files"
- $(Q)$(RM) -rf -- version.h config.status config.cache connfig.log \
+ $(Q)$(RM) -rf -- version.h config.status config.cache config.log \
configure.lineno config.status.lineno Makefile.inc \
Documentation/Makefile tags \
cscope.files cscope.out cscope.in.out cscope.po.out \