aboutsummaryrefslogtreecommitdiff
path: root/scripts/tags.sh
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2010-03-02 15:38:10 +0100
committerMichal Marek <mmarek@suse.cz>2010-03-03 10:45:22 +0100
commit4431d4ce996de2cd2c45583209ba0dbbc9bf2795 (patch)
treea40e9207b5f2479c3be0893fc93cb05fa7b1d7fb /scripts/tags.sh
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/tags.sh')
-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 \
-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