summaryrefslogtreecommitdiffstats
path: root/win/tkWinMenu.c
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2018-09-22 13:11:21 (GMT)
committerfvogel <fvogelnew1@free.fr>2018-09-22 13:11:21 (GMT)
commitbeecae91bf3fc660e78c836cb4354cf5244b41f3 (patch)
tree4ad96d025b58e300605163e2aadbdd2a195316aa /win/tkWinMenu.c
parent61fef51fe53e08e8b8000d0336586b649770fe45 (diff)
downloadtk-beecae91bf3fc660e78c836cb4354cf5244b41f3.zip
tk-beecae91bf3fc660e78c836cb4354cf5244b41f3.tar.gz
tk-beecae91bf3fc660e78c836cb4354cf5244b41f3.tar.bz2
Remove somewhat misleading text in comments
Diffstat (limited to 'win/tkWinMenu.c')
-rw-r--r--win/tkWinMenu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tkWinMenu.c b/win/tkWinMenu.c
index 5dc8f8a..1051250 100644
--- a/win/tkWinMenu.c
+++ b/win/tkWinMenu.c
@@ -1840,7 +1840,7 @@ DrawMenuEntryArrow(
int width, /* Width of menu entry */
int height, /* Height of menu entry */
int drawArrow) /* For cascade menus, whether of not to draw
- * the arraw. I cannot figure out Windows'
+ * the arrow. I cannot figure out Windows'
* algorithm for where to draw this. */
{
COLORREF oldFgColor;
@@ -2500,7 +2500,7 @@ TkpDrawMenuEntry(
int strictMotif, /* Boolean flag */
int drawingParameters) /* Whether or not to draw the cascade arrow
* for cascade items and accelerator
- * cues. Only applies to Windows. */
+ * cues. */
{
GC gc, indicatorGC;
TkMenu *menuPtr = mePtr->menuPtr;