summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-06-07 19:35:21 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-06-07 19:35:21 +0000
commit599e369d48a002864798b654b867d8d83fff5afc (patch)
tree453684b1b2c2f748efb6a13cafd50f8936b4812f
parent1f2cf094be7353f78c29ddb1dfc75f39f4f8b9ae (diff)
downloadATCD-599e369d48a002864798b654b867d8d83fff5afc.tar.gz
ChangeLogTag:Sat Jun 7 14:14:24 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index ce90efc6bcb..f1b48c35f3f 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -5,7 +5,7 @@ Sat Jun 7 14:14:24 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
synchronization that was missing. This method is called from the
the *IOP_Transport::send_request () method. Multiple threads
could be calling the same method from various handlers and there
- could be a race during initialization.
+ is a race during initialization.
Since we now have a lock in the get_protocol_hooks () method and
since the method goes to the ACE_Dynamic_Service singleton,