From: Joel Rosdahl Date: Wed, 4 Feb 2015 20:17:59 +0000 (+0100) Subject: Correct doc string of stats_update_size X-Git-Tag: v3.2.2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bbdf3446fe34015f613024dc73d522899e20a0b;p=thirdparty%2Fccache.git Correct doc string of stats_update_size --- diff --git a/stats.c b/stats.c index aef628f9f..72985b46e 100644 --- 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)