]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Makefile: Change typoed 'behavour' to 'behaviour'
authorLinus Nilsson <lajnold@acc.umu.se>
Sun, 20 Jan 2008 16:10:01 +0000 (17:10 +0100)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 22 Jan 2008 03:55:04 +0000 (19:55 -0800)
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>
Makefile

index 713f685bc0438ca847d23dd06891b78dbec57b04..ce641ebee25ab7f2872ce064f5748c2bef0359df 100644 (file)
--- 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