]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Correct doc string of stats_update_size
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 4 Feb 2015 20:17:59 +0000 (21:17 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 19 Apr 2015 11:33:34 +0000 (13:33 +0200)
stats.c

diff --git a/stats.c b/stats.c
index aef628f9f1a6db6001c71b216c465777e0f17691..72985b46e90e9b5f4fc017d6ab5fc0c813d54191 100644 (file)
--- a/stats.c
+++ b/stats.c
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2002-2004 Andrew Tridgell
- * Copyright (C) 2009-2014 Joel Rosdahl
+ * Copyright (C) 2009-2015 Joel Rosdahl
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the Free
@@ -153,7 +153,7 @@ init_counter_updates(void)
 
 /*
  * Record that a number of bytes and files have been added to the cache. Size
- * is in KiB.
+ * is in bytes.
  */
 void
 stats_update_size(uint64_t size, unsigned files)