Commit 7f3c02fc authored by Diego Biurrun's avatar Diego Biurrun

comment grammar fix

Originally committed as revision 10759 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0f652a8e
......@@ -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
......
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