Skip to content

Commit

Permalink
tags: Fix spelling error in comment (is->if)
Browse files Browse the repository at this point in the history
Signed-off-by: John Kacur <[email protected]>
Signed-off-by: Michal Marek <[email protected]>
  • Loading branch information
John Kacur authored and michal42 committed Mar 3, 2010
1 parent a8bac51 commit 4431d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4431d4c

Please sign in to comment.