diff --git a/scripts/tags.sh b/scripts/tags.sh
index 9f459536f289a8aaa2ae8c3457a91897312afd26..caa867dba16de32aad4a2494e2f3d04bdb3d6f86 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