changeset 43:00ab07579dc3 libpostproc

typos/grammar
author diego
date Sat, 07 Apr 2007 14:09:20 +0000
parents 6b76477fb973
children 2ed02a33f02a
files postprocess_template.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;