summaryrefslogtreecommitdiff
path: root/ACE/ace/RB_Tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/RB_Tree.h')
-rw-r--r--ACE/ace/RB_Tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/RB_Tree.h b/ACE/ace/RB_Tree.h
index b7a5e2fe4cc..b28afa6ee53 100644
--- a/ACE/ace/RB_Tree.h
+++ b/ACE/ace/RB_Tree.h
@@ -124,7 +124,7 @@ public:
* inlining is disabled and on platforms where
* @c ACE_TEMPLATES_REQUIRE_SOURCE is defined. In those
* platform/configuration combinations, multiple definitions
- * of this method occured. Placing the definition inline in
+ * of this method occurred. Placing the definition inline in
* the header avoids such errors.
*/
ACE_Allocator * allocator (void) const { return this->allocator_; }