summaryrefslogtreecommitdiff
path: root/ace/Array_Map.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Array_Map.h')
-rw-r--r--ace/Array_Map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Array_Map.h b/ace/Array_Map.h
index 3425e917d4c..06729141183 100644
--- a/ace/Array_Map.h
+++ b/ace/Array_Map.h
@@ -219,7 +219,7 @@ public:
/// Remove range of elements [@a first, @a last) from the map.
/**
- * @note [@a first, @last) must be valid range within the map.
+ * @note [@a first, @a last) must be valid range within the map.
*/
void erase (iterator first, iterator last);