summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-15 20:29:40 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-15 20:29:40 +0000
commit9cd55ec114f7abe82c621386482f922ed572fb78 (patch)
treecd84615e246024560a718dc6cd7c8f4a28ed402b
parent1a2c623c08785ed4cbf9d2ac672e2ba40c2f2d2f (diff)
downloadATCD-9cd55ec114f7abe82c621386482f922ed572fb78.tar.gz
*** empty log message ***
-rw-r--r--ace/Proactor.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ace/Proactor.h b/ace/Proactor.h
index 782f1d067f3..bcb8cdd5b3c 100644
--- a/ace/Proactor.h
+++ b/ace/Proactor.h
@@ -271,8 +271,7 @@ public:
// This call is for POSIX <aio_> calls. This method is used by
// <ACE_Asynch_Operation> to store some information with the
// Proactor. Inserting this <aiocb_ptr> to the array so that
- // <aio_return> and <aio_error> can make use of that. Inserting
- // result so that we can call the application back through complete.
+ // <aio_return> and <aio_error> can make use of that.
#endif /* ACE_HAS_AIO_CALLS */
protected: