diff options
author | John Kacur <jkacur@redhat.com> | 2010-03-02 09:38:10 -0500 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2010-03-03 04:45:22 -0500 |
commit | 4431d4ce996de2cd2c45583209ba0dbbc9bf2795 (patch) | |
tree | a40e9207b5f2479c3be0893fc93cb05fa7b1d7fb /scripts | |
parent | a8bac511c8c18878908eb49f33f7257610b15180 (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-x | scripts/tags.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tags.sh b/scripts/tags.sh index 9f459536f289..caa867dba16d 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 |
21 | if [ "${KBUILD_SRC}" = "" ]; then | 21 | if [ "${KBUILD_SRC}" = "" ]; then |
22 | tree= | 22 | tree= |
23 | else | 23 | else |