summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-10-16 23:15:50 +0000
committerDiego Biurrun <diego@biurrun.de>2007-10-16 23:15:50 +0000
commit7f3c02fc219428e47f5efeac687f37b8773b9204 (patch)
treed2d5569456b127b6aa974319b14ac23b23601019
parent0f652a8ee384a1b01c68c68e8f0da4f51b59aa1e (diff)
comment grammar fix
Originally committed as revision 10759 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b9de8038db..e575b054ad 100755
--- a/configure
+++ b/configure
@@ -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