Commit 9c193cc4 authored by Ronald S. Bultje's avatar Ronald S. Bultje

Fix typo (instruciton -> instruction).

Originally committed as revision 25157 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 392c9900
...@@ -157,7 +157,7 @@ Use asm loops like: ...@@ -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__(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment