From bc729227898a033edf26322018abbdda2fed8eca Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 26 Nov 2018 17:48:04 +0100 Subject: 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 Signed-off-by: David Sterba --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3