summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/ChangeLog')
-rw-r--r--TAO/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 8266e8769c9..08bb78c0324 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -3,8 +3,8 @@ Sun May 18 05:42:21 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* tao/Sequence_T.i: TAO_Unbounded_Array_Sequence and
TAO_Bounded_Array_Sequence were parametrized by T and
T_var. But the template parameters in the .i file read T
- and T_life. Borland 6 compile doesnt seem to like this throwing
- up a bunch of link errors.
+ and T_life. Borland 6 compiler doesnt seem to like this
+ throwing up a bunch of link errors.
Thanks to Johnny Willemsen for providing this patch.