summaryrefslogtreecommitdiff
path: root/ace/SPIPE_Connector.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-31 22:18:20 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-31 22:18:20 +0000
commit6d4337a975f11f01dcfd9b827be431fba0280768 (patch)
treea49c98ad0d34bcb5a87c9f7fb1a256c7bf4df6dd /ace/SPIPE_Connector.h
parentfaed5414aa90953190faaaacc4051b5f13d94dc1 (diff)
downloadATCD-6d4337a975f11f01dcfd9b827be431fba0280768.tar.gz
ChangeLogTag:Sat Jul 31 12:07:48 1999 Douglas C. Schmidt <schmidt@mambo.cs.wustl.edu>
Diffstat (limited to 'ace/SPIPE_Connector.h')
-rw-r--r--ace/SPIPE_Connector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/SPIPE_Connector.h b/ace/SPIPE_Connector.h
index 422e272e004..4e5c2d0ff9a 100644
--- a/ace/SPIPE_Connector.h
+++ b/ace/SPIPE_Connector.h
@@ -53,7 +53,7 @@ public:
// the default value of <ACE_Addr::sap_any> then the user is letting
// the OS do the binding. If <reuse_addr> == 1 then the
// <local_addr> is reused, even if it hasn't been cleanedup yet.
- // The <flags> and <perms> arguments are passed down to the open()
+ // The <flags> and <perms> arguments are passed down to the <open>
// method.
int connect (ACE_SPIPE_Stream &new_io,
@@ -76,7 +76,7 @@ public:
// the default value of <ACE_Addr::sap_any> then the user is letting
// the OS do the binding. If <reuse_addr> == 1 then the
// <local_addr> is reused, even if it hasn't been cleanedup yet.
- // The <flags> and <perms> arguments are passed down to the open()
+ // The <flags> and <perms> arguments are passed down to the <open>
// method.
int reset_new_handle (ACE_HANDLE handle);