Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d384e35a25445bb60457b7dab8cffe178c6b7ecb
Commit:     d384e35a25445bb60457b7dab8cffe178c6b7ecb
Parent:     8b85eaadd5b8d3786996bd74c73aff54a92ec456
Author:     Linus Nilsson <[EMAIL PROTECTED]>
AuthorDate: Sun Jan 20 17:10:01 2008 +0100
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Mon Jan 21 19:55:04 2008 -0800

    Makefile: Change typoed 'behavour' to 'behaviour'
    
    Change two occurances of "behavour" to "behaviour".
    
    Signed-off-by: Linus Nilsson <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to