X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=df.c;h=82d14ba9863a5975fd0b9ef46313ec5fd720becf;hb=c9fd9f2239319b95c46e49b1b7040e1a898cdcf7;hp=003becccddebe5231289afb63c5c527c550357b1;hpb=15eb99dcf9a30f8c8d488d5bc3c92130cf828d60;p=dss.git diff --git a/df.c b/df.c index 003becc..82d14ba 100644 --- a/df.c +++ b/df.c @@ -18,7 +18,7 @@ int get_disk_space(const char *path, struct disk_space *result) { - /* using floats allows to not care about integer overflows */ + /* With floats we don't need to care about integer overflows. */ float total_blocks, available_blocks, blocksize; float total_inodes, available_inodes;