summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_interface/proxy_impls_ch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_interface/proxy_impls_ch.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/proxy_impls_ch.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/proxy_impls_ch.cpp b/TAO/TAO_IDL/be/be_visitor_interface/proxy_impls_ch.cpp
index c077c5d1de3..3b2047a85b3 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/proxy_impls_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/proxy_impls_ch.cpp
@@ -30,9 +30,9 @@ be_visitor_interface_proxy_impls_ch::visit_interface (be_interface *node)
// Generate Guards.
*os << "// The Proxy Implementations are used by each interface to"
<< be_nl
- << "// perform a call. Each different implementation encapsulate"
+ << "// perform a call. Each different implementation encapsulates"
<< be_nl
- << "// an invocation logics." << be_nl << be_nl;
+ << "// an invocation logic." << be_nl << be_nl;
// Code Generation for the proxy imlpementations base class.
be_visitor *visitor = 0;