diff postprocess_template.c @ 43:00ab07579dc3 libpostproc

typos/grammar
author diego
date Sat, 07 Apr 2007 14:09:20 +0000
parents 2c0d7e00db4d
children 0e28dba3f9e7
line wrap: on
line diff
--- a/postprocess_template.c	Fri Mar 02 09:15:19 2007 +0000
+++ b/postprocess_template.c	Sat Apr 07 14:09:20 2007 +0000
@@ -3415,7 +3415,7 @@
                         sum+= yHistogram[i];
                 }
 
-                /* we allways get a completly black picture first */
+                /* We always get a completely black picture first. */
                 maxClipped= (uint64_t)(sum * c.ppMode.maxClippedThreshold);
 
                 clipped= sum;