]> git.sesse.net Git - ffmpeg/commitdiff
typos
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 21 Feb 2008 18:42:33 +0000 (18:42 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 21 Feb 2008 18:42:33 +0000 (18:42 +0000)
Originally committed as revision 12170 to svn://svn.ffmpeg.org/ffmpeg/trunk

doc/optimization.txt

index 091551a25ff7458dd9594b1ec06b1b6e44daeacc..b143de8bd0057508853cc03b9686c3a57e4c08b8 100644 (file)
@@ -158,13 +158,13 @@ asm(
     "1: ....
     ...
     "jump_instruciton ....
-dont use C loops:
+Do not use C loops:
 do{
     asm(
         ...
 }while()
 
-Use asm() instead of intrinsics. Later require a good optimizing compiler
+Use asm() instead of intrinsics. Later requires a good optimizing compiler
 which gcc is not.