]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Fix typo
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 7 Jan 2010 07:24:19 +0000 (08:24 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 25 Jan 2010 20:33:08 +0000 (21:33 +0100)
ccache.c

index 70729f1398033ee4bf957199546220b9a4b8f2e1..6ed12f20d63fa131fc5e5c18d6f99eabf84cfaae 100644 (file)
--- a/ccache.c
+++ b/ccache.c
@@ -702,7 +702,7 @@ static int find_hash(ARGS *args, enum findhash_call_mode mode)
        hash_start(&hash);
 
        /*
-        * Let compressed files get a different hash sums than uncompressed
+        * Let compressed files get a different hash sum than uncompressed
         * files to avoid problems when older ccache versions (without
         * compression support) access the cache.
         */