diff options
-rw-r--r-- | TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp | 4 | ||||
-rw-r--r-- | TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp | 2 | ||||
-rw-r--r-- | TAO/tao/Synch_Reply_Dispatcher.cpp | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp b/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp index f83d406f36c..7e987815b35 100644 --- a/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp +++ b/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp @@ -56,7 +56,7 @@ TAO_DII_Deferred_Reply_Dispatcher::dispatch_reply ( ACE_Message_Block::DONT_DELETE)) db->release (); - // Steal the buffer, that way we don't do any unnecesary copies of + // Steal the buffer, that way we don't do any unnecessary copies of // this data. CORBA::ULong max = params.svc_ctx_.maximum (); CORBA::ULong len = params.svc_ctx_.length (); @@ -165,7 +165,7 @@ TAO_DII_Asynch_Reply_Dispatcher::dispatch_reply ( ACE_Message_Block::DONT_DELETE)) db->release (); - // Steal the buffer, that way we don't do any unnecesary copies of + // Steal the buffer, that way we don't do any unnecessary copies of // this data. CORBA::ULong max = params.svc_ctx_.maximum (); CORBA::ULong len = params.svc_ctx_.length (); diff --git a/TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp b/TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp index 91e946224f2..3d17c8a8d35 100644 --- a/TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp +++ b/TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp @@ -84,7 +84,7 @@ TAO_Asynch_Reply_Dispatcher::dispatch_reply (TAO_Pluggable_Reply_Params ¶ms) if (!CORBA::is_nil (this->reply_handler_.in ())) { - // Steal the buffer, that way we don't do any unnecesary copies of + // Steal the buffer, that way we don't do any unnecessary copies of // this data. CORBA::ULong const max = params.svc_ctx_.maximum (); CORBA::ULong const len = params.svc_ctx_.length (); diff --git a/TAO/tao/Synch_Reply_Dispatcher.cpp b/TAO/tao/Synch_Reply_Dispatcher.cpp index fe84771bbfe..3043fd45ce0 100644 --- a/TAO/tao/Synch_Reply_Dispatcher.cpp +++ b/TAO/tao/Synch_Reply_Dispatcher.cpp @@ -57,7 +57,7 @@ TAO_Synch_Reply_Dispatcher::dispatch_reply ( this->reply_status_ = params.reply_status (); this->locate_reply_status_ = params.locate_reply_status (); - // Steal the buffer, that way we don't do any unnecesary copies of + // Steal the buffer, that way we don't do any unnecessary copies of // this data. CORBA::ULong const max = params.svc_ctx_.maximum (); CORBA::ULong const len = params.svc_ctx_.length (); |