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:
John Kacur 2010-03-02 15:38:10 +01:00 committed by Michal Marek
parent a8bac511c8
commit 4431d4ce99
1 changed files with 1 additions and 1 deletions

View File

@ -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