diff dsputil.c @ 5129:0244bba24b43 libavcodec

misc typo fixes
author diego
date Tue, 12 Jun 2007 18:50:50 +0000
parents d0f834073f6b
children 9d4ca30481e0
line wrap: on
line diff
--- a/dsputil.c	Tue Jun 12 15:03:28 2007 +0000
+++ b/dsputil.c	Tue Jun 12 18:50:50 2007 +0000
@@ -3139,7 +3139,7 @@
     DCTELEM temp[64];
 
     if(last<=0) return;
-    //if(permutation[1]==1) return; //FIXME its ok but not clean and might fail for some perms
+    //if(permutation[1]==1) return; //FIXME it is ok but not clean and might fail for some permutations
 
     for(i=0; i<=last; i++){
         const int j= scantable[i];