Index: trunk/psphot/src/psphotMaskReadout.c
===================================================================
--- trunk/psphot/src/psphotMaskReadout.c	(revision 9270)
+++ trunk/psphot/src/psphotMaskReadout.c	(revision 10053)
@@ -1,5 +1,4 @@
 # include "psphot.h"
 
-// 2006.02.04 : no leaks
 bool psphotMaskReadout (pmReadout *readout, psMetadata *recipe) {
     
@@ -16,6 +15,5 @@
     psRegion valid = psRegionSet (XMIN, XMAX, YMIN, YMAX);
 
-    // psRegionForImage creates a region for the subimage, not the parent
-    // XXX I propose that psRegionForImage treat the region as referring to the parent...
+    // restrict the supplied region above to the valid area on the image
     psRegion keep = psRegionForImage (readout->image, valid);
 
