summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2024-06-23 08:20:29 (GMT)
committerfvogel <fvogelnew1@free.fr>2024-06-23 08:20:29 (GMT)
commit18a87e1021b7a5177a4373a841e499f8d245f247 (patch)
tree032c079bf4fd8210fe7c4e49358288db659d0fe1 /generic
parent5ab67140d1731ad13e636e68300dac32fe358642 (diff)
downloadtk-18a87e1021b7a5177a4373a841e499f8d245f247.zip
tk-18a87e1021b7a5177a4373a841e499f8d245f247.tar.gz
tk-18a87e1021b7a5177a4373a841e499f8d245f247.tar.bz2
Fix typo in comment.
Diffstat (limited to 'generic')
-rw-r--r--generic/tkFont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkFont.c b/generic/tkFont.c
index 4141b59..b1586aa 100644
--- a/generic/tkFont.c
+++ b/generic/tkFont.c
@@ -4253,7 +4253,7 @@ Tcl_Obj *
TkDebugFont(
Tk_Window tkwin, /* The window in which the font will be used
* (not currently used). */
- const char *name) /* Name of the desired color. */
+ const char *name) /* Name of the desired font. */
{
TkFont *fontPtr;
Tcl_HashEntry *hashPtr;