From 8bbdf3446fe34015f613024dc73d522899e20a0b Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Wed, 4 Feb 2015 21:17:59 +0100 Subject: [PATCH] Correct doc string of stats_update_size --- stats.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.47.2