From 947cb3910acc0fd7e89f2f78b6f487d6862be815 Mon Sep 17 00:00:00 2001 From: dgp Date: Wed, 4 Apr 2001 14:49:35 +0000 Subject: Corrected out of date comment --- mac/tclMacSock.c | 6 +++--- 1 file 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 +} -- cgit v0.12