Browse Source

Fix typo (instruciton -> instruction).

Originally committed as revision 25157 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Ronald S. Bultje 14 years ago
parent
commit
9c193cc47c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/optimization.txt

+ 1
- 1
doc/optimization.txt View File

@@ -157,7 +157,7 @@ Use asm loops like:
__asm__(
"1: ....
...
"jump_instruciton ....
"jump_instruction ....
Do not use C loops:
do{
__asm__(


Loading…
Cancel
Save