X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=stat.c;h=f71c5f03a574f4a7d3f1af222527b4ec7a78f7a9;hp=0ecc1648fd2178ae32e1526211f0bf2ea41fb6db;hb=34403fb14ba48d708fdfd2934583506bb5caac05;hpb=fd1ff8ed8d2b62c07c6117dfd0e53467ca71662a diff --git a/stat.c b/stat.c index 0ecc1648..f71c5f03 100644 --- a/stat.c +++ b/stat.c @@ -14,7 +14,7 @@ static struct list_head disk_list = LIST_HEAD_INIT(disk_list); static dev_t last_dev; /* - * Cheasy number->string conversion, complete with carry rounding error. + * Cheesy number->string conversion, complete with carry rounding error. */ static char *num2str(unsigned long num, int maxlen, int base) {