Clean up unit prefixes for binary multiples in comments and prints
[fio.git] / engines / mmap.c
index c479ed39497ef8c3bd8c70e380cdd6e3f18c8be1..99e1d6a4b35861ccb8be485cf4831d36c72ce40a 100644 (file)
@@ -15,7 +15,7 @@
 #include "../verify.h"
 
 /*
- * Limits us to 1GB of mapped files in total
+ * Limits us to 1GiB of mapped files in total
  */
 #define MMAP_TOTAL_SZ  (1 * 1024 * 1024 * 1024UL)