diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-09-30 12:39:18 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-09-30 12:39:18 +0000 |
commit | f494213c6d8ab0b9daea90c1b331ae4a756491f9 (patch) | |
tree | d98d42d64d1ea1a4d8aae751c306faa395ed1584 /configure | |
parent | 75ddee0a26172d78a866d47d9be740691b254e49 (diff) | |
download | ffmpeg-f494213c6d8ab0b9daea90c1b331ae4a756491f9.tar.gz |
Fix typo in comment.
Originally committed as revision 20097 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2161,7 +2161,7 @@ elif enabled x86; then return i; EOF - # check wether EBX is available on x86 + # check whether EBX is available on x86 check_asm ebx_available '"":::"%ebx"' # check whether more than 10 operands are supported |