diff libswscale/swscale.c @ 30296:826441351ad5

Fix typo, "get rid off" -> "get rid of".
author stefano
date Sat, 16 Jan 2010 22:49:00 +0000
parents 9086459837a0
children c37405b37538
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]);