From 63b9e766f20fbb0ca3974e596fb780ef25b052af Mon Sep 17 00:00:00 2001 From: Adam Purkrt Date: Sat, 3 Feb 2018 11:26:55 +0100 Subject: [PATCH] Comment correction --- thunar/thunar-file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thunar/thunar-file.c b/thunar/thunar-file.c index 5348484d..9f8b2aeb 100644 --- a/thunar/thunar-file.c +++ b/thunar/thunar-file.c @@ -2304,7 +2304,7 @@ thunar_file_get_size_string (const ThunarFile *file) * You'll need to free the result using g_free() * if you're done with it. * - * Return value: the size of @file in a human readable format. + * Return value: the size of @file in bytes. **/ gchar * thunar_file_get_size_in_bytes_string (const ThunarFile *file) -- 2.16.1