comment grammar fix

Originally committed as revision 10759 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-10-16 23:15:50 +00:00
parent 0f652a8ee3
commit 7f3c02fc21

2
configure vendored
View File

@ -1730,7 +1730,7 @@ fi
VHOOKCFLAGS="-fPIC"
# find if .align arg is power-of-two or not
# Find out if the .align argument is a power of two or not.
if test $asmalign_pot = "unknown"; then
disable asmalign_pot
echo 'asm (".align 3");' | check_cc && enable asmalign_pot