Python style/portability fix
[fio.git] / engines / dev-dax.c
index 6372576b86bb4cdcaa1150029defcc0ef88724d3..2516bcadf2a638831e47c5e00f1f2aa70dd12f06 100644 (file)
@@ -58,7 +58,7 @@
 #include "../verify.h"
 
 /*
- * Limits us to 1GB of mapped files in total to model after
+ * Limits us to 1GiB of mapped files in total to model after
  * mmap engine behavior
  */
 #define MMAP_TOTAL_SZ  (1 * 1024 * 1024 * 1024UL)