about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--ext/io_splice/io_splice_ext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/io_splice/io_splice_ext.c b/ext/io_splice/io_splice_ext.c
index 6b27b59..6fb4579 100644
--- a/ext/io_splice/io_splice_ext.c
+++ b/ext/io_splice/io_splice_ext.c
@@ -225,7 +225,7 @@ static VALUE my_tee(VALUE self,
 
 struct vmsplice_args {
         int fd;
-        struct iovec *iov;
+        struct iovec *iov;
         unsigned long nr_segs;
         unsigned flags;
 };