summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2001-04-04 14:49:35 (GMT)
committerdgp <dgp@users.sourceforge.net>2001-04-04 14:49:35 (GMT)
commit947cb3910acc0fd7e89f2f78b6f487d6862be815 (patch)
tree0c4ca5e21773d38d837ecfd186c2da7992e50c93
parente0eb085d0aa680cc7ea1a393192bbd9060d76667 (diff)
downloadtcl-947cb3910acc0fd7e89f2f78b6f487d6862be815.zip
tcl-947cb3910acc0fd7e89f2f78b6f487d6862be815.tar.gz
tcl-947cb3910acc0fd7e89f2f78b6f487d6862be815.tar.bz2
Corrected out of date comment
-rw-r--r--mac/tclMacSock.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mac/tclMacSock.c b/mac/tclMacSock.c
index 76884a6..dc1116c 100644
--- a/mac/tclMacSock.c
+++ b/mac/tclMacSock.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclMacSock.c,v 1.7 2000/04/24 06:43:29 jingham Exp $
+ * RCS: @(#) $Id: tclMacSock.c,v 1.8 2001/04/04 14:49:35 dgp Exp $
*/
#include "tclInt.h"
@@ -75,7 +75,7 @@ typedef struct TcpState {
* TCL_WRITABLE as set by an asynchronous
* event handler. */
int watchMask; /* OR'ed combination of TCL_READABLE and
- * TCL_WRITABLE as set by Tcl_WatchFile. */
+ * TCL_WRITABLE as set by TcpWatch. */
Tcl_TcpAcceptProc *acceptProc; /* Proc to call on accept. */
ClientData acceptProcData; /* The data for the accept proc. */
wdsEntry dataSegment[2]; /* List of buffers to be written async. */
@@ -2763,4 +2763,4 @@ pascal void NotifyRoutine (
localTerminReason = terminReason;
localIcmpMsg = *icmpMsg;
-} \ No newline at end of file
+}