diff postprocess.c @ 90:8e738e0a16f5 libpostproc

typo fixes
author diego
date Sat, 15 Mar 2008 16:15:47 +0000
parents 261d086649c5
children 7c86da6ce78e
line wrap: on
line diff
--- a/postprocess.c	Fri Mar 14 21:50:23 2008 +0000
+++ b/postprocess.c	Sat Mar 15 16:15:47 2008 +0000
@@ -392,7 +392,7 @@
 /**
  * Experimental Filter 1 (Horizontal)
  * will not damage linear gradients
- * Flat blocks should look like they where passed through the (1,1,2,2,4,2,2,1,1) 9-Tap filter
+ * Flat blocks should look like they were passed through the (1,1,2,2,4,2,2,1,1) 9-Tap filter
  * can only smooth blocks at the expected locations (it cannot smooth them if they did move)
  * MMX2 version does correct clipping C version does not
  * not identical with the vertical one