diff options
author | das <das> | 2006-12-01 06:06:15 (GMT) |
---|---|---|
committer | das <das> | 2006-12-01 06:06:15 (GMT) |
commit | 695f884070ad333544efdcfd77bd0ce14f5eda68 (patch) | |
tree | cbcbfb9c2832e3961330fccec694ecbddd3452bf | |
parent | 2552c3b55665456e393c36dc42e1dd515ad721f4 (diff) | |
download | tcl-695f884070ad333544efdcfd77bd0ce14f5eda68.zip tcl-695f884070ad333544efdcfd77bd0ce14f5eda68.tar.gz tcl-695f884070ad333544efdcfd77bd0ce14f5eda68.tar.bz2 |
typo
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |