summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2014-10-30 15:30:39 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2014-11-03 09:18:20 +0100
commitccd6cbef532877f09b9785701ad345e00babc5e2 (patch)
tree47b0efd794e7c0056fff75e1640aa5d14ffbb7d9 /Makefile
parentbc4312717bd4e20cde572bae535913de2525ad56 (diff)
downloadbarebox-ccd6cbef532877f09b9785701ad345e00babc5e2.tar.gz
barebox-ccd6cbef532877f09b9785701ad345e00babc5e2.tar.xz
Makefile: fix typos
This patch is based on these linux kernel commits: commit d384e35a25445bb60457b7dab8cffe178c6b7ecb Author: Linus Nilsson <lajnold@acc.umu.se> Date: Sun Jan 20 17:10:01 2008 +0100 Makefile: Change typoed 'behavour' to 'behaviour' commit fe8d0a41081d6d0912386f3672ccc0bf1d675630 Author: Kirill Smelkov <kirr@mns.spb.ru> Date: Thu Apr 9 15:34:34 2009 +0400 kbuild: fix a few typos in top-level Makefile Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c5f965ee70..8eb50d4d6e 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ NAME = None
# Do not:
# o use make's built-in rules and variables
-# (this increases performance and avoid hard-to-debug behavour);
+# (this increases performance and avoids hard-to-debug behaviour);
# o print "Entering directory ...";
MAKEFLAGS += -rR --no-print-directory
@@ -1211,6 +1211,5 @@ FORCE:
Makefile: ;
# Declare the contents of the .PHONY variable as phony. We keep that
-# information in a variable se we can use it in if_changed and friends.
+# information in a variable so we can use it in if_changed and friends.
.PHONY: $(PHONY)
-