From: Linus Nilsson Date: Sun, 20 Jan 2008 16:10:01 +0000 (+0100) Subject: Makefile: Change typoed 'behavour' to 'behaviour' X-Git-Tag: v2.6.24~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d384e35a25445bb60457b7dab8cffe178c6b7ecb;p=platform%2Fkernel%2Flinux-3.10.git Makefile: Change typoed 'behavour' to 'behaviour' Change two occurances of "behavour" to "behaviour". Signed-off-by: Linus Nilsson Signed-off-by: Linus Torvalds --- diff --git a/Makefile b/Makefile index 713f685..ce641eb 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