summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/slice/Ice/LocalException.ice2
-rw-r--r--cpp/slice/Ice/ObjectFactory.ice4
2 files changed, 3 insertions, 3 deletions
diff --git a/cpp/slice/Ice/LocalException.ice b/cpp/slice/Ice/LocalException.ice
index b786ba23ce9..f5c536b1fd5 100644
--- a/cpp/slice/Ice/LocalException.ice
+++ b/cpp/slice/Ice/LocalException.ice
@@ -799,7 +799,7 @@ local exception NoObjectFactoryException extends MarshalException
{
/**
*
- * The absolute Slice type name of the object for which we
+ * The absolute Slice type id of the object for which we
* could not find a factory.
*
**/
diff --git a/cpp/slice/Ice/ObjectFactory.ice b/cpp/slice/Ice/ObjectFactory.ice
index 27107edc6ef..a229e78e8cb 100644
--- a/cpp/slice/Ice/ObjectFactory.ice
+++ b/cpp/slice/Ice/ObjectFactory.ice
@@ -29,9 +29,9 @@ local interface ObjectFactory
/**
*
* Create a new object for a given object type. The type is the
- * absolute &Slice; type name, i.e., the name relative to the
+ * absolute &Slice; type id, i.e., the id relative to the
* unnamed top-level Slice module. For example, the absolute
- * &Slice; type name for interfaces of type [Bar] in the module
+ * &Slice; type id for interfaces of type [Bar] in the module
* [Foo] is [::Foo::Bar].
*
* <note><para>The leading "[::]" is required.</para></note>