summaryrefslogtreecommitdiff
path: root/ace/SOCK_IO.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/SOCK_IO.h')
-rw-r--r--ace/SOCK_IO.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ace/SOCK_IO.h b/ace/SOCK_IO.h
index e978945f0c2..26700cc4064 100644
--- a/ace/SOCK_IO.h
+++ b/ace/SOCK_IO.h
@@ -73,8 +73,7 @@ public:
// buffer to read. This method determines how much data is in the
// socket, allocates a buffer of this size, reads in the data, and
// returns the number of bytes read. The caller is responsible for
- // deleting the member in the <iov_base> field of <io_vec> using
- // delete [] io_vec->iov_base.
+ // deleting the member in the <iov_base> field of <io_vec>.
ssize_t recv (iovec *io_vec,
const ACE_Time_Value *timeout = 0);