summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-12-18 22:59:17 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-12-18 22:59:17 +0000
commit6764e50474a7a6a866750316fc565838f75e80dd (patch)
treee00c47eb95069215132d5d60477a04eb5f001bff
parentf0a4a90cd04ef8c99c34f16338d75843a8245cb4 (diff)
downloadATCD-6764e50474a7a6a866750316fc565838f75e80dd.tar.gz
ChangeLogTag:Thu Dec 18 22:43:09 UTC 2003 Don Hinton <dhinton@dresystems.com>
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e93c49180d..9b040205b55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@ Thu Dec 18 22:43:09 UTC 2003 Don Hinton <dhinton@dresystems.com>
* ace/Malloc_T.{h,cpp}:
Added a new functor template class, ACE_Malloc_Adapter_T, used
by ACE_Malloc_T as a factory of the ACE_LOCK template parameter,
- and allows the use locking strategy classes that don't have a
+ and allows the use of locking strategy classes that don't have a
satisfactory ctor taking a single required ACE_TCHAR* parameter,
which is the default.