Index: trunk/psphot/src/psphotFitGalaxies.c
===================================================================
--- trunk/psphot/src/psphotFitGalaxies.c	(revision 5048)
+++ trunk/psphot/src/psphotFitGalaxies.c	(revision 5049)
@@ -1,5 +1,5 @@
 # include "psphot.h"
 
-bool psphotFitGalaxies (psImageData *imdata, psMetadata *config, psArray *sources, psStats *skyStats) 
+bool psphotFitGalaxies (eamReadout *imdata, psMetadata *config, psArray *sources, psStats *skyStats) 
 { 
     bool  status, goodfit;
@@ -69,5 +69,5 @@
 	// XXX EAM : a better test would examine the source pixels
 	if (model->radius > OUTER_RADIUS) {
-	  // (re)-allocate image, noise, mask arrays for each peak (square of radius OUTER)
+	  // (re)-allocate image, weight, mask arrays for each peak (square of radius OUTER)
 	  psphotDefinePixels (source, imdata, x, y, model->radius);
 	}
