summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/RoutingTable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/RoutingTable.cpp')
-rw-r--r--cpp/src/Ice/RoutingTable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/RoutingTable.cpp b/cpp/src/Ice/RoutingTable.cpp
index 604bc274002..d3c73b61635 100644
--- a/cpp/src/Ice/RoutingTable.cpp
+++ b/cpp/src/Ice/RoutingTable.cpp
@@ -39,7 +39,7 @@ IceInternal::RoutingTable::add(const ObjectPrx& prx)
return false;
}
- ObjectPrx proxy = prx->ice_default(); // We insert the proxy in it's default form into the routing table.
+ ObjectPrx proxy = prx->ice_default(); // We insert the proxy in its default form into the routing table.
IceUtil::Mutex::Lock sync(*this);