diff options
Diffstat (limited to 'ace/SOCK_IO.h')
-rw-r--r-- | ace/SOCK_IO.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/SOCK_IO.h b/ace/SOCK_IO.h index 0f78d5fa827..147403c018e 100644 --- a/ace/SOCK_IO.h +++ b/ace/SOCK_IO.h @@ -74,7 +74,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 memory. + // deleting the member in the <iov_base> field of <io_vec>. void dump (void) const; // Dump the state of an object. |