X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=df.c;h=82d14ba9863a5975fd0b9ef46313ec5fd720becf;hb=56451348a0f1f106f10dccf1ea638fe2af15c597;hp=003becccddebe5231289afb63c5c527c550357b1;hpb=8daf8f3836e745ba07f1aa01252279588574c95a;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;