summaryrefslogtreecommitdiff
path: root/TAO/tao/BiDir_GIOP
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-12-07 14:32:44 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-12-07 14:32:44 +0000
commitc74a1d93a44a0ee324cdf35faddc636e3b8c42b4 (patch)
tree02e7808ca96cff590a83d8aeadde404d3ac63fe8 /TAO/tao/BiDir_GIOP
parente30cdfadb4a7847e8388f0cdb8a56197fef87860 (diff)
downloadATCD-c74a1d93a44a0ee324cdf35faddc636e3b8c42b4.tar.gz
ChangeLogTag: Tue Dec 7 08:31:17 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tao/BiDir_GIOP')
-rw-r--r--TAO/tao/BiDir_GIOP/BiDirGIOP.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/BiDir_GIOP/BiDirGIOP.cpp b/TAO/tao/BiDir_GIOP/BiDirGIOP.cpp
index 3e70b9154a6..8114dc49045 100644
--- a/TAO/tao/BiDir_GIOP/BiDirGIOP.cpp
+++ b/TAO/tao/BiDir_GIOP/BiDirGIOP.cpp
@@ -80,7 +80,7 @@ TAO_BiDirGIOP_Loader::load_policy_validators (TAO_Policy_Validator &val
// We may be adding another TAO_BiDirPolicy_Validator instance for the
// same ORB (different POA). In cases where huge numbers of bi-directional POA instances
- // are created, having a validator instance per POA may introduce additional delays in
+ // are created, having a validator instance per POA may introduce additional delays in
// policy validation and hence, the overal policy creation time. Since this is out of the
// critical invocation processing path, I plan to keep the design simple and not try to
// avoid an ineficiency of such small proportions.