From: Joel Rosdahl Date: Mon, 7 Jun 2010 21:20:24 +0000 (+0200) Subject: Doc string correction X-Git-Tag: v3.0~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17f18b3b8b66e62cdb1983ac699e793b9a9e2152;p=thirdparty%2Fccache.git Doc string correction --- diff --git a/stats.c b/stats.c index a860a05d7..ae9db27ec 100644 --- a/stats.c +++ b/stats.c @@ -151,7 +151,7 @@ static void stats_update_size(enum stats stat, size_t size) if (!stats_file) { /* - * A NULL stats file means that we didn't get past find_hash(), + * A NULL stats_file means that we didn't get past calculate_object_hash(), * so we update the counter in the cache-wide statistics file * CCACHE_DIR/stats instead of a subdirectory stats file. */