summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_Loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Object_Loader.h')
-rw-r--r--TAO/tao/Object_Loader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Object_Loader.h b/TAO/tao/Object_Loader.h
index d7603d3d7fc..951cd270cc3 100644
--- a/TAO/tao/Object_Loader.h
+++ b/TAO/tao/Object_Loader.h
@@ -27,7 +27,7 @@
* ORB.
*
* Many services and components of the ORB can be dynamically
- * loaded, often these components are returned to the application via
+ * loaded, often this components are returned to the application via
* an object reference (CORBA::Object_ptr). This class is used to
* dynamically load such components, and encapsulate the creation of
* the object reference.