diff --git a/pd/src/pd.tk b/pd/src/pd.tk
index 8e4e1e74b925ec82258554bd0db6f2d0195a53ec..330a36b97b54d375171afbbbc030ef90595b0739 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] {