Skip to content

Commit e8ecdd6

Browse files
author
jan.nijtmans
committed
(cherry-pick): Correct comment typo
2 parents fa64360 + 05851e7 commit e8ecdd6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

macosx/tkMacOSXDraw.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* tkMacOSXDraw.c --
33
*
4-
* This file contains functions that draw to windows. Many of thees
4+
* This file contains functions that draw to windows. Many of these
55
* functions emulate Xlib functions.
66
*
77
* Copyright © 1995-1997 Sun Microsystems, Inc.
@@ -77,10 +77,10 @@ TkMacOSXInitCGDrawing(
7777
TCL_UNUSED(int),
7878
int limit)
7979
{
80-
static Boolean initialized = FALSE;
80+
static bool initialized = false;
8181

8282
if (!initialized) {
83-
initialized = TRUE;
83+
initialized = true;
8484

8585
if (Tcl_CreateNamespace(interp, "::tk::mac", NULL, NULL) == NULL) {
8686
Tcl_ResetResult(interp);

0 commit comments

Comments
 (0)