From: John Kacur Date: Tue, 2 Mar 2010 14:38:10 +0000 (+0100) Subject: tags: Fix spelling error in comment (is->if) X-Git-Tag: firefly_0821_release~7613^2~2134^2~65 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4431d4ce996de2cd2c45583209ba0dbbc9bf2795;p=firefly-linux-kernel-4.4.55.git tags: Fix spelling error in comment (is->if) Signed-off-by: John Kacur Signed-off-by: Michal Marek --- 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