summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-08-08 07:48:53 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-08-08 07:48:53 +0000
commit15c19dbd0dd2aacae2002a004843dfcb2074d2ef (patch)
tree7a86c65988a8cd717737e235801f854fa8f1d5d7
parentd5388aaa0a3fdf7d0e9742dbaf0f188f1b73168f (diff)
downloadATCD-15c19dbd0dd2aacae2002a004843dfcb2074d2ef.tar.gz
Tue Aug 8 07:46:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/operation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/operation.cpp b/TAO/TAO_IDL/be/be_visitor_operation/operation.cpp
index 82d2cbccd4a..5896beced98 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/operation.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/operation.cpp
@@ -361,7 +361,7 @@ be_visitor_operation::gen_stub_operation_body (
if (!node->is_abstract ())
{
- // If the object is lazily evaluated the proxy brker might well
+ // If the object is lazily evaluated the proxy broker might well
// be null. Initialize it now.
*os << "if (!this->is_evaluated ())" << be_idt_nl
<< "{" << be_idt_nl