From: Joel Rosdahl Date: Thu, 2 Sep 2010 16:31:44 +0000 (+0200) Subject: Correct variable name in comment X-Git-Tag: v3.1~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14f9e1e7fe1d78cba76e71dfe29715fa100f2f8c;p=thirdparty%2Fccache.git Correct variable name in comment --- diff --git a/stats.c b/stats.c index 351f7190c..b0fc9b792 100644 --- a/stats.c +++ b/stats.c @@ -187,7 +187,7 @@ stats_read(const char *sfile, struct counters *counters) } /* - * Write counter updates in pending_counters to disk. + * Write counter updates in counter_updates to disk. */ void stats_flush(void)