Fix typo (instruciton -> instruction).

Originally committed as revision 25157 to svn://svn.ffmpeg.org/ffmpeg/trunk
oldabi
Ronald S. Bultje 15 years ago
parent 392c99007f
commit 9c193cc47c
  1. 2
      doc/optimization.txt

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

Loading…
Cancel
Save