Fix tabbing and comment characters in Windows code.
[fio.git] / os / windows / posix / include / sys / uio.h
index 102298692b62b16b3f2b96d2994516fe3b0602cb..0fac2c01e617bcaa2c359a14ea0cdba74e1df501 100644 (file)
@@ -6,8 +6,8 @@
 \r
  struct iovec\r
  {\r
-       void   *iov_base;  //Base address of a memory region for input or output.\r
-       size_t  iov_len;   //The size of the memory pointed to by iov_base.\r
+       void    *iov_base;  /* Base address of a memory region for input or output */\r
+       size_t   iov_len;   /* The size of the memory pointed to by iov_base */\r
 };\r
 \r
  ssize_t readv(int fildes, const struct iovec *iov, int iovcnt);\r