Skip to content

Commit d384e35

Browse files
lmonilssonLinus Torvalds
authored andcommitted
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]>
1 parent 8b85eaa commit d384e35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ NAME = Arr Matey! A Hairy Bilge Rat!
1212

1313
# Do not:
1414
# o use make's built-in rules and variables
15-
# (this increases performance and avoid hard-to-debug behavour);
15+
# (this increases performance and avoids hard-to-debug behaviour);
1616
# o print "Entering directory ...";
1717
MAKEFLAGS += -rR --no-print-directory
1818

@@ -1329,7 +1329,7 @@ else
13291329
ALLINCLUDE_ARCHS := $(SRCARCH)
13301330
endif
13311331
else
1332-
#Allow user to specify only ALLSOURCE_PATHS on the command line, keeping existing behavour.
1332+
#Allow user to specify only ALLSOURCE_PATHS on the command line, keeping existing behaviour.
13331333
ALLINCLUDE_ARCHS := $(ALLSOURCE_ARCHS)
13341334
endif
13351335

0 commit comments

Comments
 (0)