diff options
author | das <das> | 2003-02-22 06:56:47 (GMT) |
---|---|---|
committer | das <das> | 2003-02-22 06:56:47 (GMT) |
commit | 4e1ccdabf4b8a93597bfdeb398a29bc9b4f3fe92 (patch) | |
tree | dfbad6e411b4e06bf5a5c5fab312bd680a66890b /ChangeLog | |
parent | d1d1ade757f71ccd5e5be666a7778ae905b351eb (diff) | |
download | tcl-4e1ccdabf4b8a93597bfdeb398a29bc9b4f3fe92.zip tcl-4e1ccdabf4b8a93597bfdeb398a29bc9b4f3fe92.tar.gz tcl-4e1ccdabf4b8a93597bfdeb398a29bc9b4f3fe92.tar.bz2 |
fixed typo
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ * unix/tcl.m4: * unix/tclUnixPipe.c: (macosx) use vfork() instead of fork() to - create new processes, as recommended by to Apple (vfork can be up to + create new processes, as recommended by Apple (vfork can be up to 100 times faster thank fork on macosx). * unix/configure: regen. |