summaryrefslogtreecommitdiff
path: root/ACE/ace/CDR_Stream.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2016-10-27 20:31:23 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2016-10-27 20:31:23 +0200
commitfbe2afce7458c2f253f7d2a8a7c394de80cff595 (patch)
tree592d4c3e0feb26a13c6285ae208f272d4a660e60 /ACE/ace/CDR_Stream.h
parent956f2f051339a94b536c2495068cba0d71b15727 (diff)
downloadATCD-fbe2afce7458c2f253f7d2a8a7c394de80cff595.tar.gz
Fixed typos in comment
* ACE/ace/Asynch_IO.h: * ACE/ace/CDR_Stream.h: * ACE/ace/Hash_Map_Manager_T.h: * ACE/ace/Hash_Multi_Map_Manager_T.h: * ACE/ace/Malloc_T.cpp: * ACE/ace/Map_Manager.h: * ACE/ace/POSIX_Asynch_IO.h: * ACE/ace/SSL/SSL_Context.h: * ACE/websvcs/lib/URL_Addr.h: * TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/Safe_InputCDR.h: * TAO/orbsvcs/tests/AVStreams/Pluggable/ftp.h: * TAO/orbsvcs/tests/Notify/Basic/Events.h: * TAO/orbsvcs/tests/Notify/Basic/Simple.h: * TAO/orbsvcs/tests/Notify/Basic/Updates.h: * TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.h: * TAO/tao/CDR.h:
Diffstat (limited to 'ACE/ace/CDR_Stream.h')
-rw-r--r--ACE/ace/CDR_Stream.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/CDR_Stream.h b/ACE/ace/CDR_Stream.h
index 8197b0f4be2..0413e392faa 100644
--- a/ACE/ace/CDR_Stream.h
+++ b/ACE/ace/CDR_Stream.h
@@ -121,7 +121,7 @@ public:
/// with the alignment of @a data.
/**
* Create an output stream from an arbitrary buffer, care must be
- * exercised with alignment, because this contructor will align if
+ * exercised with alignment, because this constructor will align if
* needed. In this case @a data will not point to the start of the
* output stream. @c begin()->rd_ptr() points to the start of the
* output stream. See @c ACE_ptr_align_binary() to properly align a
@@ -142,7 +142,7 @@ public:
// careful with the alignment of <data_block>.
/**
* Create an output stream from an arbitrary data block, care must be
- * exercised with alignment, because this contructor will align if
+ * exercised with alignment, because this constructor will align if
* needed. In this case @a data_block will not point to the
* start of the output stream. begin()->rd_ptr() points to the start
* off the output stream. See ACE_ptr_align_binary() to properly align a
@@ -645,7 +645,7 @@ public:
/**
* Create an input stream from an arbitrary buffer. The buffer must
- * be properly aligned because this contructor will *not* work if
+ * be properly aligned because this constructor will *not* work if
* the buffer is aligned unproperly.See ACE_ptr_align_binary() for
* instructions on how to align a pointer properly and use
* ACE_CDR::MAX_ALIGNMENT for the correct alignment.