From 9933b1819f23d754e3b040b48bb892d193cc77c9 Mon Sep 17 00:00:00 2001
From: Ivica Ico Bukvic <ico@vt.edu>
Date: Sat, 23 Aug 2014 10:06:43 -0400
Subject: [PATCH] *rephrased comment into question

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

diff --git a/pd/src/pd.tk b/pd/src/pd.tk
index 8e4e1e74b..330a36b97 100644
--- a/pd/src/pd.tk
+++ b/pd/src/pd.tk
@@ -4197,7 +4197,7 @@ proc pdtk_canvas_mouseup {name x y b} {
 # we use this to ensure that all gop children are selected for
 # optimized displace and other operations without having to redraw
 # canvas on every operation
-# (this could be further improved by using &&)
+# (could this be further improved by using && for tags?)
 proc pdtk_select_all_gop_widgets {name gop state} {
 	#puts stderr "pdtk_select_all_gop_widgets $name $gop $state"
 	foreach item [$name.c find all] {
-- 
GitLab