changeset 39:2c0d7e00db4d libpostproc

cosmetics: Fix another common typo, gurantee --> guArantee.
author diego
date Wed, 21 Feb 2007 19:19:46 +0000
parents 63d07317cd7a
children 7bd9f7dcef91
files postprocess_template.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/postprocess_template.c	Fri Dec 08 00:35:08 2006 +0000
+++ b/postprocess_template.c	Wed Feb 21 19:19:46 2007 +0000
@@ -3464,7 +3464,7 @@
                 uint8_t *srcBlock= &(src[y*srcStride]);
                 uint8_t *dstBlock= tempDst + dstStride;
 
-                // From this point on it is guranteed that we can read and write 16 lines downward
+                // From this point on it is guaranteed that we can read and write 16 lines downward
                 // finish 1 block before the next otherwise we might have a problem
                 // with the L1 Cache of the P4 ... or only a few blocks at a time or soemthing
                 for(x=0; x<width; x+=BLOCK_SIZE)
@@ -3578,7 +3578,7 @@
                         srcBlock= tempSrc;
                 }
 
-                // From this point on it is guranteed that we can read and write 16 lines downward
+                // From this point on it is guaranteed that we can read and write 16 lines downward
                 // finish 1 block before the next otherwise we might have a problem
                 // with the L1 Cache of the P4 ... or only a few blocks at a time or soemthing
                 for(x=0; x<width; x+=BLOCK_SIZE)