X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=df.c;h=82d14ba9863a5975fd0b9ef46313ec5fd720becf;hp=1c2531f9980f31bfb0731805ecd1bd7f5d88e326;hb=f83691dcd50a73c42a39911c06f19c7f2862fa06;hpb=6c76799c7334a12926dc1cf0c32670423cbc954f diff --git a/df.c b/df.c index 1c2531f..82d14ba 100644 --- a/df.c +++ b/df.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2010 Andre Noll + * Copyright (C) 2008-2010 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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;