diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-24 20:21:16 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-24 20:21:16 (GMT) |
commit | 40cddf0eb5289dc809a95140da0fef1e2d2e2f82 (patch) | |
tree | f7587ec802d28b8abaedf99e98dd2ba9084c5e6f /generic/tclPipe.c | |
parent | 6f14ff020a548ab6adcb30836c498ab0fe921970 (diff) | |
parent | 4f07974ad48f283b3c7bc0aa520b59a8450771cb (diff) | |
download | tcl-40cddf0eb5289dc809a95140da0fef1e2d2e2f82.zip tcl-40cddf0eb5289dc809a95140da0fef1e2d2e2f82.tar.gz tcl-40cddf0eb5289dc809a95140da0fef1e2d2e2f82.tar.bz2 |
[Bug 3508771] load tclreg.dll in cygwin tclsh
Implement TclWinGetSockOpt, TclWinGetServByName
and TclWinCPUID for Cygwin
Diffstat (limited to 'generic/tclPipe.c')
-rw-r--r-- | generic/tclPipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclPipe.c b/generic/tclPipe.c index 1042e09..6e7029e 100644 --- a/generic/tclPipe.c +++ b/generic/tclPipe.c @@ -283,7 +283,7 @@ TclCleanupChildren(interp, numPids, pidPtr, errorChan) for (i = 0; i < numPids; i++) { /* * We need to get the resolved pid before we wait on it as - * the windows implimentation of Tcl_WaitPid deletes the + * the windows implementation of Tcl_WaitPid deletes the * information such that any following calls to TclpGetPid * fail. */ |