summaryrefslogtreecommitdiff
path: root/ace/Asynch_IO.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-20 14:24:28 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-20 14:24:28 +0000
commit45a0d4c5a8571f299073efe20f87a62652b2f878 (patch)
tree47858f2137306fc0bc3b4f6bc73d7ff83dbc13a2 /ace/Asynch_IO.h
parent6de35aff6556664dddd4f5a124965f419e8dbf59 (diff)
downloadATCD-45a0d4c5a8571f299073efe20f87a62652b2f878.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Asynch_IO.h')
-rw-r--r--ace/Asynch_IO.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Asynch_IO.h b/ace/Asynch_IO.h
index b70febe7a1f..30b71fdffcc 100644
--- a/ace/Asynch_IO.h
+++ b/ace/Asynch_IO.h
@@ -811,7 +811,7 @@ public:
// This method will be called when an asynchronous read completes on a stream.
virtual void handle_write_stream (const ACE_Asynch_Write_Stream::Result &result);
- // This method will be called when an asynchronous write completes on a stream.
+ // This method will be called when an asynchronous write completes on a strea_m.
virtual void handle_read_file (const ACE_Asynch_Read_File::Result &result);
// This method will be called when an asynchronous read completes on a file.