diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-07-24 17:09:28 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-07-24 17:09:28 +0000 |
commit | ca74c0a180d715f0af685bbd9f4bf01501d38325 (patch) | |
tree | f433a79ce2f1d698dc94407a00074d8a7c158acb /libavutil | |
parent | cc8de8e8a5789963fe6bbccae0411f2acc278c57 (diff) | |
download | ffmpeg-ca74c0a180d715f0af685bbd9f4bf01501d38325.tar.gz |
cosmetics: Fix two common typos: wont --> will not, lets --> let us.
Originally committed as revision 14372 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/softfloat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/softfloat.h b/libavutil/softfloat.h index 78648f3d1b..283cc6e69a 100644 --- a/libavutil/softfloat.h +++ b/libavutil/softfloat.h @@ -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){ |