From 14f9e1e7fe1d78cba76e71dfe29715fa100f2f8c Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Thu, 2 Sep 2010 18:31:44 +0200 Subject: [PATCH] Correct variable name in comment --- stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3