aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2010-03-02 09:38:10 -0500
committerMichal Marek <mmarek@suse.cz>2010-03-03 04:45:22 -0500
commit4431d4ce996de2cd2c45583209ba0dbbc9bf2795 (patch)
treea40e9207b5f2479c3be0893fc93cb05fa7b1d7fb /scripts
parenta8bac511c8c18878908eb49f33f7257610b15180 (diff)
tags: Fix spelling error in comment (is->if)
Signed-off-by: John Kacur <jkacur@redhat.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/tags.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tags.sh b/scripts/tags.sh
index 9f459536f28..caa867dba16 100755
--- a/scripts/tags.sh
+++ b/scripts/tags.sh
@@ -17,7 +17,7 @@ ignore="( -name SCCS -o -name BitKeeper -o -name .svn -o \
17 -name .git ) \ 17 -name .git ) \
18 -prune -o" 18 -prune -o"
19 19
20# Do not use full path is we do not use O=.. builds 20# Do not use full path if we do not use O=.. builds
21if [ "${KBUILD_SRC}" = "" ]; then 21if [ "${KBUILD_SRC}" = "" ]; then
22 tree= 22 tree=
23else 23else