Index: /branches/eam_branches/ppStack.20211015/src/ppStackLoop.c
===================================================================
--- /branches/eam_branches/ppStack.20211015/src/ppStackLoop.c	(revision 41870)
+++ /branches/eam_branches/ppStack.20211015/src/ppStackLoop.c	(revision 41871)
@@ -136,5 +136,5 @@
       // MEH -- see below for comment on ppStackCombineFinal and bscaleOffset
       // last 4 parameters are: safe, normalize, grow, bscaleoffset
-      // EAM : looks like we do NOT need to normalize here because ppStackConvolve is still called and
+      // EAM : looks like we do NOT need to normalize here eithr because ppStackConvolve is still called and
       // the inputs are normalized
       if (!ppStackCombineFinal(stack, options->convCovars, options, config, false, false, true, true)) {
Index: /branches/eam_branches/ppStack.20211015/src/ppStackReadout.c
===================================================================
--- /branches/eam_branches/ppStack.20211015/src/ppStackReadout.c	(revision 41870)
+++ /branches/eam_branches/ppStack.20211015/src/ppStackReadout.c	(revision 41871)
@@ -419,4 +419,5 @@
     }
 
+    // XXX rename minRange to rejectFraction
     if (!pmStackCombineByPercentile(outRO, stackData, minRange, maxRange, maskBad, maskSuspect, maskBlank)) {
         psError(PS_ERR_UNKNOWN, false, "Unable to combine input readouts with rejection.");
