From cd9a53d43d653a26d03785c5ab17f78251a5ef76 Mon Sep 17 00:00:00 2001
From: Sojourner Truth <jon.w.wilkes@gmail.com>
Date: Wed, 29 Jun 2016 17:45:31 -0400
Subject: [PATCH] remove "tk" from a comment

---
 pd/src/g_editor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pd/src/g_editor.c b/pd/src/g_editor.c
index 4a45f32da..ac0c005a6 100644
--- a/pd/src/g_editor.c
+++ b/pd/src/g_editor.c
@@ -7322,7 +7322,7 @@ static void canvas_dofont(t_canvas *x, t_floatarg font, t_floatarg xresize,
     scrollbar_update(x);
 }
 
-    /* canvas_menufont calls up a TK dialog which calls this back */
+    /* canvas_menufont calls up a dialog which calls this back */
 static void canvas_font(t_canvas *x, t_floatarg font, t_floatarg oldfont,
     t_floatarg resize, t_floatarg noundo)
 {
-- 
GitLab