summaryrefslogtreecommitdiff
path: root/ACE/ace/IOStream_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/IOStream_T.h')
-rw-r--r--ACE/ace/IOStream_T.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/IOStream_T.h b/ACE/ace/IOStream_T.h
index 9bf90cee122..3201938f636 100644
--- a/ACE/ace/IOStream_T.h
+++ b/ACE/ace/IOStream_T.h
@@ -116,7 +116,7 @@ public:
u_int streambuf_size = ACE_STREAMBUF_SIZE);
/**
- * The default constructor. This will initiailze your STREAM and
+ * The default constructor. This will initialize your STREAM and
* then setup the iostream baseclass to use a custom streambuf based
* on STREAM.
*/
@@ -126,7 +126,7 @@ public:
/// to the <iostream> base class;
virtual ~ACE_IOStream (void);
- /// The only ambituity in the multiple inheritance is the <close>
+ /// The only ambiguity in the multiple inheritance is the <close>
/// function.
virtual int close (void);