]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Comment fix to make Emacs' backward-up-list happy
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 5 Nov 2010 17:27:40 +0000 (18:27 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 5 Nov 2010 17:27:40 +0000 (18:27 +0100)
test.sh

diff --git a/test.sh b/test.sh
index f18fc78816fc518bce39d789f8589e158fc106fb..9bb5beca46a101cfc0e9b6525b8e51585ec1b84e 100755 (executable)
--- a/test.sh
+++ b/test.sh
@@ -906,7 +906,7 @@ EOF
     checkstat 'cache miss' 2
 
     ##################################################################
-    # Check that it's possible to compile and cache an empty source code file.
+    # Check that it is possible to compile and cache an empty source code file.
     testname="empty source file"
     $CCACHE -Cz >/dev/null
     cp /dev/null empty.c