diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-10-29 09:52:04 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-10-29 09:52:04 +0000 |
commit | 098be87e87abaac4c5d323b134338c23630e41fe (patch) | |
tree | 11b261a2676ef1e544714d03e97a5973805d86fb /ace/SOCK_IO.h | |
parent | 271d64ab4e708b324b8b6fc70344803f1241ce3d (diff) | |
download | ATCD-098be87e87abaac4c5d323b134338c23630e41fe.tar.gz |
jamming
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. |