diff postprocess.c @ 97:2653d9f33b8a libpostproc

cosmetics: typo fixes
author diego
date Sat, 22 Mar 2008 16:46:36 +0000
parents c24dab9bca80
children e565483b1193
line wrap: on
line diff
--- a/postprocess.c	Sat Mar 22 16:43:07 2008 +0000
+++ b/postprocess.c	Sat Mar 22 16:46:36 2008 +0000
@@ -50,7 +50,7 @@
 * I do not have a 3DNow! CPU -> it is untested, but no one said it does not work so it seems to work
 # more or less selfinvented filters so the exactness is not too meaningful
 E = Exact implementation
-e = allmost exact implementation (slightly different rounding,...)
+e = almost exact implementation (slightly different rounding,...)
 a = alternative / approximate impl
 c = checked against the other implementations (-vo md5)
 p = partially optimized, still some work to do
@@ -178,7 +178,8 @@
 }
 #endif
 
-// The horizontal Functions exist only in C cuz the MMX code is faster with vertical filters and transposing
+/* The horizontal functions exist only in C because the MMX
+ * code is faster with vertical filters and transposing. */
 
 /**
  * Check if the given 8x8 Block is mostly "flat"