aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Nilsson <lajnold@acc.umu.se>2008-01-20 17:10:01 +0100
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2008-01-21 19:55:04 -0800
commitd384e35a25445bb60457b7dab8cffe178c6b7ecb (patch)
tree8e5fe6a77a19a9b7a9ebca3b4c362e74e2a46b09 /Makefile
parentMerge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6 (diff)
downloadlinux-dev-d384e35a25445bb60457b7dab8cffe178c6b7ecb.tar.xz
linux-dev-d384e35a25445bb60457b7dab8cffe178c6b7ecb.zip
Makefile: Change typoed 'behavour' to 'behaviour'
Change two occurances of "behavour" to "behaviour". Signed-off-by: Linus Nilsson <lajnold@acc.umu.se> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 713f685bc043..ce641ebee25a 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ NAME = Arr Matey! A Hairy Bilge Rat!
# 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
@@ -1329,7 +1329,7 @@ else
ALLINCLUDE_ARCHS := $(SRCARCH)
endif
else
-#Allow user to specify only ALLSOURCE_PATHS on the command line, keeping existing behavour.
+#Allow user to specify only ALLSOURCE_PATHS on the command line, keeping existing behaviour.
ALLINCLUDE_ARCHS := $(ALLSOURCE_ARCHS)
endif