summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXNotify.c
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2020-07-08 20:36:06 (GMT)
committerfvogel <fvogelnew1@free.fr>2020-07-08 20:36:06 (GMT)
commit3018d78340026597655745f383e8f4c2e4e9505d (patch)
treeef95c293ecfc06d3227776df90f2aa1d8838292c /macosx/tkMacOSXNotify.c
parentdb1b8a5882c70d2016d8f24c02bc8f70fa5eb155 (diff)
downloadtk-3018d78340026597655745f383e8f4c2e4e9505d.zip
tk-3018d78340026597655745f383e8f4c2e4e9505d.tar.gz
tk-3018d78340026597655745f383e8f4c2e4e9505d.tar.bz2
Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.
Diffstat (limited to 'macosx/tkMacOSXNotify.c')
-rw-r--r--macosx/tkMacOSXNotify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXNotify.c b/macosx/tkMacOSXNotify.c
index 96c9a7a..6120ae5 100644
--- a/macosx/tkMacOSXNotify.c
+++ b/macosx/tkMacOSXNotify.c
@@ -302,7 +302,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.