From: Joel Rosdahl Date: Thu, 7 Jan 2010 07:24:19 +0000 (+0100) Subject: Fix typo X-Git-Tag: v3.0pre0~106 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df7d2dd5fad5d45b36e5f0c6b7305ea74ff2b52c;p=thirdparty%2Fccache.git Fix typo --- diff --git a/ccache.c b/ccache.c index 70729f139..6ed12f20d 100644 --- 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. */