diff options
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/tao/Connection_Cache_Manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Connection_Cache_Manager.h b/TAO/tao/Connection_Cache_Manager.h index 49d9f851223..c32f3b105b6 100644 --- a/TAO/tao/Connection_Cache_Manager.h +++ b/TAO/tao/Connection_Cache_Manager.h @@ -33,7 +33,7 @@ class TAO_Export TAO_Connection_Cache_Manager // TAO_Connection_Cache_Manager is an abstract class for the Connection Cache // = DESCRIPTION - // This class offers a minmal interface that would be needed in + // This class offers a minimal interface that would be needed in // TAO to add connections in to Cache and find connections from // cache. Further, this interface also allows to purge entries // based on a user defined strategy. The sublasses of this |