diff options
author | John Kacur <jkacur@redhat.com> | 2010-03-02 15:38:10 +0100 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2010-03-03 10:45:22 +0100 |
commit | 4431d4ce996de2cd2c45583209ba0dbbc9bf2795 (patch) | |
tree | a40e9207b5f2479c3be0893fc93cb05fa7b1d7fb /scripts | |
parent | a8bac511c8c18878908eb49f33f7257610b15180 (diff) | |
download | linux-stable-4431d4ce996de2cd2c45583209ba0dbbc9bf2795.tar.gz linux-stable-4431d4ce996de2cd2c45583209ba0dbbc9bf2795.tar.bz2 linux-stable-4431d4ce996de2cd2c45583209ba0dbbc9bf2795.zip |
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 \ -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 |