From 1cc2e984d3a290cb0dd44a5cd829c7f9fdc83740 Mon Sep 17 00:00:00 2001 From: jingham Date: Tue, 10 Aug 1999 04:21:40 +0000 Subject: Trivial cleanup - Windows -> Macintosh in comments. --- mac/tclMacNotify.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mac/tclMacNotify.c b/mac/tclMacNotify.c index 98c3c40..93820ba 100644 --- a/mac/tclMacNotify.c +++ b/mac/tclMacNotify.c @@ -14,7 +14,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclMacNotify.c,v 1.5 1999/08/05 06:17:51 jingham Exp $ + * RCS: @(#) $Id: tclMacNotify.c,v 1.6 1999/08/10 04:21:40 jingham Exp $ */ #include "tclInt.h" @@ -336,7 +336,7 @@ Tcl_SetTimer( { /* * Allow the notifier to be hooked. This may not make sense - * on Windows, but mirrors the UNIX hook. + * on the Mac, but mirrors the UNIX hook. */ if (tclStubs.tcl_SetTimer != Tcl_SetTimer) { @@ -417,7 +417,7 @@ Tcl_WaitForEvent( /* * Allow the notifier to be hooked. This may not make - * sense on windows, but mirrors the UNIX hook. + * sense on the Mac, but mirrors the UNIX hook. */ if (tclStubs.tcl_WaitForEvent != Tcl_WaitForEvent) { -- cgit v0.12