[PATCH] [TRIVIAL] kbuild - tags

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: John Kacur
Date: Tuesday, March 2, 2010 - 7:38 am

- Fix spelling error in comment (is->if)

Signed-off-by: John Kacur <jkacur@redhat.com>
---
 scripts/tags.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/tags.sh b/scripts/tags.sh
index 1a0c44d..a6a8e71 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
-- 
1.6.6.1

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] [TRIVIAL] kbuild - tags, John Kacur, (Tue Mar 2, 7:38 am)
Re: [PATCH] [TRIVIAL] kbuild - tags, Michal Marek, (Wed Mar 3, 2:49 am)