diff cabac.h @ 5408:20bea6a9950c libavcodec

cosmetics: misc typo fixes
author diego
date Sat, 28 Jul 2007 12:46:26 +0000
parents 2b72f9bc4f06
children 81226e690378
line wrap: on
line diff
--- a/cabac.h	Fri Jul 27 16:31:54 2007 +0000
+++ b/cabac.h	Sat Jul 28 12:46:26 2007 +0000
@@ -457,7 +457,7 @@
         "2:                                     \n\t"
         "movl %%edx, "RANGE    "(%2)            \n\t"
         "movl %%ebx, "LOW      "(%2)            \n\t"
-        :"=&a"(bit) //FIXME this is fragile gcc either runs out of registers or misscompiles it (for example if "+a"(bit) or "+m"(*state) is used
+        :"=&a"(bit) //FIXME this is fragile gcc either runs out of registers or miscompiles it (for example if "+a"(bit) or "+m"(*state) is used
         :"r"(state), "r"(c)
         : "%"REG_c, "%ebx", "%edx", "%"REG_S, "memory"
     );