summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2020-07-08 20:40:13 (GMT)
committerfvogel <fvogelnew1@free.fr>2020-07-08 20:40:13 (GMT)
commit09329962c189c0d1906e761169e968afee62158d (patch)
treea1e32dcbe5897e1211e7cd4f98c0829f014139b1 /generic/tkInt.h
parent07515d78a3338310802f115886c4cfa80acc1795 (diff)
parent3018d78340026597655745f383e8f4c2e4e9505d (diff)
downloadtk-09329962c189c0d1906e761169e968afee62158d.zip
tk-09329962c189c0d1906e761169e968afee62158d.tar.gz
tk-09329962c189c0d1906e761169e968afee62158d.tar.bz2
Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r--generic/tkInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h
index da2955c..efb5531 100644
--- a/generic/tkInt.h
+++ b/generic/tkInt.h
@@ -723,7 +723,7 @@ typedef struct TkWindow {
Visual *visual; /* Visual to use for window. If not default,
* MUST be set before X window is created. */
int depth; /* Number of bits/pixel. */
- Window window; /* X's id for window. NULL means window hasn't
+ Window window; /* X's id for window. None means window hasn't
* actually been created yet, or it's been
* deleted. */
struct TkWindow *childList; /* First in list of child windows, or NULL if