summaryrefslogtreecommitdiff
path: root/ace/Stream_Modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Stream_Modules.h')
-rw-r--r--ace/Stream_Modules.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Stream_Modules.h b/ace/Stream_Modules.h
index dcf0cc2d089..064b33753c8 100644
--- a/ace/Stream_Modules.h
+++ b/ace/Stream_Modules.h
@@ -24,7 +24,7 @@
/**
* @class ACE_Stream_Head
*
- * @brief Standard module that acts as the head of a ustream.
+ * @brief Standard module that acts as the head of a stream.
*/
template <ACE_SYNCH_DECL>
class ACE_Stream_Head : public ACE_Task<ACE_SYNCH_USE>
@@ -62,7 +62,7 @@ private:
/**
* @class ACE_Stream_Tail
*
- * @brief Standard module that acts as the head of a ustream.
+ * @brief Standard module that acts as the head of a stream.
*/
template <ACE_SYNCH_DECL>
class ACE_Stream_Tail : public ACE_Task<ACE_SYNCH_USE>