Fix typo (instruciton -> instruction).

Originally committed as revision 25157 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ronald S. Bultje 2010-09-22 02:18:03 +00:00
parent 392c99007f
commit 9c193cc47c

View File

@ -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__(