diff options
author | jingham <jingham> | 1999-08-10 04:21:40 (GMT) |
---|---|---|
committer | jingham <jingham> | 1999-08-10 04:21:40 (GMT) |
commit | 1cc2e984d3a290cb0dd44a5cd829c7f9fdc83740 (patch) | |
tree | f4d27ce8245be96de4d08923698e2547d2a8a161 /mac/tclMacNotify.c | |
parent | 590454e7d5345613da4ee3318ed74001de85ba9b (diff) | |
download | tcl-1cc2e984d3a290cb0dd44a5cd829c7f9fdc83740.zip tcl-1cc2e984d3a290cb0dd44a5cd829c7f9fdc83740.tar.gz tcl-1cc2e984d3a290cb0dd44a5cd829c7f9fdc83740.tar.bz2 |
Trivial cleanup - Windows -> Macintosh in comments.
Diffstat (limited to 'mac/tclMacNotify.c')
-rw-r--r-- | mac/tclMacNotify.c | 6 |
1 files 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) { |