diff options
author | fvogel <fvogelnew1@free.fr> | 2020-07-08 20:40:13 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2020-07-08 20:40:13 (GMT) |
commit | 09329962c189c0d1906e761169e968afee62158d (patch) | |
tree | a1e32dcbe5897e1211e7cd4f98c0829f014139b1 /macosx/tkMacOSXNotify.c | |
parent | 07515d78a3338310802f115886c4cfa80acc1795 (diff) | |
parent | 3018d78340026597655745f383e8f4c2e4e9505d (diff) | |
download | tk-09329962c189c0d1906e761169e968afee62158d.zip tk-09329962c189c0d1906e761169e968afee62158d.tar.gz tk-09329962c189c0d1906e761169e968afee62158d.tar.bz2 |
Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.
Diffstat (limited to 'macosx/tkMacOSXNotify.c')
-rw-r--r-- | macosx/tkMacOSXNotify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXNotify.c b/macosx/tkMacOSXNotify.c index 82ded8a..df9fbb7 100644 --- a/macosx/tkMacOSXNotify.c +++ b/macosx/tkMacOSXNotify.c @@ -303,7 +303,7 @@ TkMacOSXNotifyExitHandler( * TkMacOSXEventsSetupProc -- * * This procedure implements the setup part of the MacOSX event source. It - * is invoked by Tcl_DoOneEvent before calling TkMacOSXEventsProc to + * is invoked by Tcl_DoOneEvent before calling TkMacOSXEventsCheckProc to * process all queued NSEvents. In our case, all we need to do is to set * the Tcl MaxBlockTime to 0 before starting the loop to process all * queued NSEvents. |