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>
master
Josh Soref 2018-11-26 17:48:04 +01:00 committed by David Sterba
parent 2e67bf0ed6
commit bc72922789
1 changed files with 2 additions and 2 deletions

View File

@ -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 \