summaryrefslogtreecommitdiff
path: root/TAO/tao/Synch_Reply_Dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Synch_Reply_Dispatcher.h')
-rw-r--r--TAO/tao/Synch_Reply_Dispatcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Synch_Reply_Dispatcher.h b/TAO/tao/Synch_Reply_Dispatcher.h
index 1a464fa7559..94d9e139dba 100644
--- a/TAO/tao/Synch_Reply_Dispatcher.h
+++ b/TAO/tao/Synch_Reply_Dispatcher.h
@@ -81,7 +81,7 @@ private:
/// The buffer that is used to initialise the data block
char buf_[ACE_CDR::DEFAULT_BUFSIZE];
- /// datablock that is created on teh stack to initialise the CDR
+ /// Datablock that is created on the stack to initialise the CDR
/// stream underneath.
ACE_Data_Block db_;