X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=stat.h;h=eb7845afec27e0dbdd0ac344ace3c756c069f7fe;hb=fc002f14a773b7fab28c92ff4d6eeba25c2951ea;hp=dce0bb0dc9b416a136ba1f3eff4a088ce947d5f8;hpb=738694ae75722aee2aa3952257af62aee7957770;p=fio.git diff --git a/stat.h b/stat.h index dce0bb0d..eb7845af 100644 --- a/stat.h +++ b/stat.h @@ -68,7 +68,7 @@ struct group_run_stats { * than one. This method has low accuracy when the value is small. For * example, let the buckets be {[0,99],[100,199],...,[900,999]}, and * the represented value of each bucket be the mean of the range. Then - * a value 0 has an round-off error of 49.5. To improve on this, we + * a value 0 has a round-off error of 49.5. To improve on this, we * use buckets with non-uniform ranges, while bounding the error of * each bucket within a ratio of the sample value. A simple example * would be when error_bound = 0.005, buckets are {