lib: Fix a comment
[samba.git] / source3 / lib / sys_rw_data.c
index 88e5085ac696743e72885d473094c4333fdec786..71987835b4d15131c0f18b9e969907d774ddc869 100644 (file)
@@ -54,9 +54,7 @@ ssize_t write_data_iov(int fd, const struct iovec *orig_iov, int iovcnt)
 
        /*
         * We could not send everything in one call. Make a copy of iov that
-        * we can mess with. We keep a copy of the array start in iov_copy for
-        * the TALLOC_FREE, because we're going to modify iov later on,
-        * discarding elements.
+        * we can mess with.
         */
 
        memcpy(iov_copy, orig_iov, sizeof(struct iovec) * iovcnt);