cosmetics: Fix two common typos: wont --> will not, lets --> let us.

Originally committed as revision 14372 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2008-07-24 17:09:28 +00:00
parent cc8de8e8a5
commit ca74c0a180
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ static inline av_const SoftFloat av_normalize1_sf(SoftFloat a){
/**
*
* @return will not be more denormalized then a+b, so if either input is
* normalized then the output wont be worse then the other input
* normalized then the output will not be worse then the other input
* if both are normalized then the output will be normalized
*/
static inline av_const SoftFloat av_mul_sf(SoftFloat a, SoftFloat b){