First snapshot of FIO for Windows
[fio.git] / engines / skeleton_external.c
index dec258c265e216463902e2bd5458e8d05f1f3f9e..548676a782a99bd94519c40444e866214d1fd25b 100644 (file)
@@ -59,7 +59,7 @@ static int fio_skeleton_cancel(struct thread_data *td, struct io_u *io_u)
  *
  * The io engine must transfer in the direction noted by io_u->ddir
  * to the buffer pointed to by io_u->xfer_buf for as many bytes as
- * io_u->xfer_buflen. Residual data count may be set in io_u->residual
+ * io_u->xfer_buflen. Residual data count may be set in io_u->resid
  * for a short read/write.
  */
 static int fio_skeleton_queue(struct thread_data *td, struct io_u *io_u)