]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Doc string correction
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 7 Jun 2010 21:20:24 +0000 (23:20 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 7 Jun 2010 21:20:24 +0000 (23:20 +0200)
stats.c

diff --git a/stats.c b/stats.c
index a860a05d74f104bfd7ea06a9fc10610ba8f0da76..ae9db27ec93d84f105f89f1cab6d67f44eea33ff 100644 (file)
--- 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.
                 */