Fix misspellings using 'codespell' tool
[fio.git] / engines / falloc.c
index 4654fe817aaeccbd4e70b20c060990c1562dd33e..8025085baddae612c6f9f6f174a7ec0aaf8b29cc 100644 (file)
@@ -4,7 +4,7 @@
  * IO engine that does regular fallocate to simulate data transfer 
  * as fio ioengine.
  * DDIR_READ  does fallocate(,mode = FALLOC_FL_KEEP_SIZE,)
- * DDIR_WRITE does fallocate(,mode = 0) : fallocate with size extention 
+ * DDIR_WRITE does fallocate(,mode = 0) : fallocate with size extension
  * DDIR_TRIM  does fallocate(,mode = FALLOC_FL_KEEP_SIZE | FALLOC_FL_PUNCH_HOLE)
  *
  */