summaryrefslogtreecommitdiff
path: root/ACE/ace/Hash_Cache_Map_Manager_T.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-02-11 19:30:35 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-02-11 19:30:35 +0000
commite9f0b82f3b46478f97d603b139bf89a3fa8a509e (patch)
treed9b8e54d262c7f3a806f86bd8a137f8ce3bec3d8 /ACE/ace/Hash_Cache_Map_Manager_T.h
parent4df04cc27ef1e77bcc941afaba7d4c943b98a936 (diff)
downloadATCD-e9f0b82f3b46478f97d603b139bf89a3fa8a509e.tar.gz
Diffstat (limited to 'ACE/ace/Hash_Cache_Map_Manager_T.h')
-rw-r--r--ACE/ace/Hash_Cache_Map_Manager_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Hash_Cache_Map_Manager_T.h b/ACE/ace/Hash_Cache_Map_Manager_T.h
index 13ef28b781b..da9c68a0235 100644
--- a/ACE/ace/Hash_Cache_Map_Manager_T.h
+++ b/ACE/ace/Hash_Cache_Map_Manager_T.h
@@ -55,7 +55,7 @@ class ACE_Allocator;
* Hash_Cache_Map_Manager provides extra functionality on top
* of the Cache_Map_Manager.
* No locking mechanism provided since locking at this level
- * isnt efficient. Locking has to be provided by the
+ * isn't efficient. Locking has to be provided by the
* application.
*/
template <class KEY, class VALUE, class HASH_KEY, class COMPARE_KEYS, class CACHING_STRATEGY, class ATTRIBUTES>