summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2012-10-12 11:36:52 +0200
committerBenoit Foucher <benoit@zeroc.com>2012-10-12 11:36:52 +0200
commit0dfed19b85376abc95bae712bca40003fea661d2 (patch)
tree389c0fa2dffa4e33c1e2050296576e4148f29d85 /cpp
parentAdded support for Glacier2 MX and fixed ICE-4880 (diff)
downloadice-0dfed19b85376abc95bae712bca40003fea661d2.tar.bz2
ice-0dfed19b85376abc95bae712bca40003fea661d2.tar.xz
ice-0dfed19b85376abc95bae712bca40003fea661d2.zip
Minor fix for bogus comment
Diffstat (limited to 'cpp')
-rw-r--r--cpp/include/Ice/IncomingAsync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/IncomingAsync.h b/cpp/include/Ice/IncomingAsync.h
index b98b12a4859..ad4f4f55de5 100644
--- a/cpp/include/Ice/IncomingAsync.h
+++ b/cpp/include/Ice/IncomingAsync.h
@@ -30,7 +30,7 @@ namespace IceInternal
{
//
-// We need virtual inheritance from shared, because we use multiple
+// We need virtual inheritance from AMDCallback, because we use multiple
// inheritance from Ice::AMDCallback for generated AMD code.
//
class ICE_API IncomingAsync : public IncomingBase, virtual public Ice::AMDCallback