Update io engine comments
[fio.git] / engines / sync.c
index b1776d210d4cb42765935238b747d047870e34ec..a137282786e8759f0c175230a2c45206a814235d 100644 (file)
@@ -1,5 +1,8 @@
 /*
 /*
- * regular read/write sync io engine
+ * sync engine
+ *
+ * IO engine that does regular read(2)/write(2) with lseek(2) to transfer
+ * data.
  *
  */
 #include <stdio.h>
  *
  */
 #include <stdio.h>