mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
tags: Fix spelling error in comment (is->if)
Signed-off-by: John Kacur <jkacur@redhat.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
parent
a8bac511c8
commit
4431d4ce99
@ -17,7 +17,7 @@ ignore="( -name SCCS -o -name BitKeeper -o -name .svn -o \
|
||||
-name .git ) \
|
||||
-prune -o"
|
||||
|
||||
# Do not use full path is we do not use O=.. builds
|
||||
# Do not use full path if we do not use O=.. builds
|
||||
if [ "${KBUILD_SRC}" = "" ]; then
|
||||
tree=
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user