summaryrefslogtreecommitdiff
path: root/ACE/ace/IOStream_T.h
diff options
context:
space:
mode:
authormcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-02-11 11:33:12 +0000
committermcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-02-11 11:33:12 +0000
commit4df04cc27ef1e77bcc941afaba7d4c943b98a936 (patch)
tree5054c2bde24d048d4790ff659b61be0838cd0d69 /ACE/ace/IOStream_T.h
parentb723802f85ac66026a503827677a2fb1e9a77933 (diff)
downloadATCD-4df04cc27ef1e77bcc941afaba7d4c943b98a936.tar.gz
Fri Feb 11 11:16:00 UTC 2011 Martin Corino <mcorino@remedy.nl>
Merged changes from Remedy work branch.
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);