summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB_Core.cpp')
-rw-r--r--TAO/tao/ORB_Core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/ORB_Core.cpp b/TAO/tao/ORB_Core.cpp
index fe48641dbac..b96728d06ad 100644
--- a/TAO/tao/ORB_Core.cpp
+++ b/TAO/tao/ORB_Core.cpp
@@ -3258,7 +3258,7 @@ TAO_ORB_Core::connection_timeout_hook (Timeout_Hook hook)
// calls this function as part of pre_init processing, and this call
// happes for every ORB instance. This was the case before these The
// latter call occurs when the messaging library is loaded. The
- // redundant calls occured then as well. Second, it isn't clear how
+ // redundant calls occurred then as well. Second, it isn't clear how
// a lock in this static method would react in the face of windows
// dlls, shared memory segments, etc. Therefore we are continuing to
// keep this code lockless as it always was, assuming no