mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-24 08:13:37 +00:00
Fix typo (instruciton -> instruction).
Originally committed as revision 25157 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
392c99007f
commit
9c193cc47c
@ -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…
Reference in New Issue
Block a user