]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Improve format_size() doc comment
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 8 Jun 2010 20:54:17 +0000 (22:54 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 8 Jun 2010 20:54:17 +0000 (22:54 +0200)
util.c

diff --git a/util.c b/util.c
index 5232fa4ae51cf3cea3180556587d9df39bd34581..0e63375e0e28bef5eae63c53cb0d4c538c5eeb66 100644 (file)
--- a/util.c
+++ b/util.c
@@ -709,7 +709,7 @@ int safe_open(const char *fname)
        return fd;
 }
 
-/* Format a size as a human-readable string. Caller frees. */
+/* Format a size (in KiB) as a human-readable string. Caller frees. */
 char *format_size(size_t v)
 {
        char *s;