summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8062f4b..48cf983 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1027,7 +1027,7 @@
* unix/tclUnixCompat.c: Added fallback to MT-unsafe library calls if
TCL_THREADS is not defined.
- Fixed alignment of arrays copied by CopyArrayi() to be on the
+ Fixed alignment of arrays copied by CopyArray() to be on the
sizeof(char *) boundary.
2006-09-07 Zoran Vasiljevic <vasiljevic@users.sourceforge.net>