summaryrefslogtreecommitdiff
path: root/orbsvcs/orbsvcs/ESF/ESF_RefCount_Guard.h
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/orbsvcs/ESF/ESF_RefCount_Guard.h')
-rw-r--r--orbsvcs/orbsvcs/ESF/ESF_RefCount_Guard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/orbsvcs/orbsvcs/ESF/ESF_RefCount_Guard.h b/orbsvcs/orbsvcs/ESF/ESF_RefCount_Guard.h
index 2bf75f0b5f6..b5c73f89987 100644
--- a/orbsvcs/orbsvcs/ESF/ESF_RefCount_Guard.h
+++ b/orbsvcs/orbsvcs/ESF/ESF_RefCount_Guard.h
@@ -33,7 +33,7 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
* The system can then execute the operation without any risk of
* having the underlying object destroyed. The advantage of using
* a reference count is that no mutex or lock needs to be held
- * while the operation is beign executed.
+ * while the operation is being executed.
*/
template<class T>
class TAO_ESF_RefCount_Guard