comment grammar fix
authorDiego Biurrun <diego@biurrun.de>
Tue, 16 Oct 2007 23:15:50 +0000 (23:15 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 16 Oct 2007 23:15:50 +0000 (23:15 +0000)
Originally committed as revision 10759 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index b9de803..e575b05 100755 (executable)
--- 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