summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authordas <das>2006-11-02 15:18:26 (GMT)
committerdas <das>2006-11-02 15:18:26 (GMT)
commit336c1fb885e1919d8a8eec57dd8231a1d1573968 (patch)
treec4ebda73773c193d01755df6575920f19c14b4da /macosx
parent687511c627e3b4ac95ffd09c9cde8e87f6748b94 (diff)
downloadtk-336c1fb885e1919d8a8eec57dd8231a1d1573968.zip
tk-336c1fb885e1919d8a8eec57dd8231a1d1573968.tar.gz
tk-336c1fb885e1919d8a8eec57dd8231a1d1573968.tar.bz2
comment typo
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tkMacOSXWindowEvent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXWindowEvent.c b/macosx/tkMacOSXWindowEvent.c
index 8cd98dd..b4a7845 100644
--- a/macosx/tkMacOSXWindowEvent.c
+++ b/macosx/tkMacOSXWindowEvent.c
@@ -54,7 +54,7 @@
* software in accordance with the terms specified in this
* license.
*
- * RCS: @(#) $Id: tkMacOSXWindowEvent.c,v 1.3.2.16 2006/11/02 12:24:49 das Exp $
+ * RCS: @(#) $Id: tkMacOSXWindowEvent.c,v 1.3.2.17 2006/11/02 15:18:26 das Exp $
*/
#include "tkMacOSXInt.h"
@@ -246,7 +246,7 @@ TkMacOSXProcessWindowEvent(
* GenerateUpdateEvent --
*
* Given a Macintosh window update event this function generates
- * all the the Expose XEvents needed by Tk.
+ * all the Expose XEvents needed by Tk.
*
* Results:
* True if event(s) are generated - false otherwise.