summaryrefslogtreecommitdiff
path: root/ACE/ace/Hash_Map_With_Allocator_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Hash_Map_With_Allocator_T.h')
-rw-r--r--ACE/ace/Hash_Map_With_Allocator_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Hash_Map_With_Allocator_T.h b/ACE/ace/Hash_Map_With_Allocator_T.h
index 1c2413ba3f2..c9559e5c9b5 100644
--- a/ACE/ace/Hash_Map_With_Allocator_T.h
+++ b/ACE/ace/Hash_Map_With_Allocator_T.h
@@ -42,7 +42,7 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
* is meaningful! That is why we need this wrapper, which
* insures that appropriate allocator pointer is in place for
* each call.
- *
+ *
* At some point it would be a good idea to update this class to
* use the new "two allocator" technique provided by @c
* ACE_Hash_Map_Manager_Ex.