changeset 30296:826441351ad5

Fix typo, "get rid off" -> "get rid of".
author stefano
date Sat, 16 Jan 2010 22:49:00 +0000
parents c2461b6a5a51
children 111076138c5e
files libswscale/swscale.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/swscale.c	Sat Jan 16 20:04:34 2010 +0000
+++ b/libswscale/swscale.c	Sat Jan 16 22:49:00 2010 +0000
@@ -1552,7 +1552,7 @@
         int j;
         int64_t cutOff=0.0;
 
-        /* get rid off near zero elements on the left by shifting left */
+        /* get rid of near zero elements on the left by shifting left */
         for (j=0; j<filter2Size; j++) {
             int k;
             cutOff += FFABS(filter2[i*filter2Size]);