Mercurial > libavutil.hg
diff softfloat.h @ 527:6ebdeca51ff4 libavutil
cosmetics: Fix two common typos: wont --> will not, lets --> let us.
| author | diego |
|---|---|
| date | Thu, 24 Jul 2008 17:09:28 +0000 |
| parents | b4ff998c79e3 |
| children | bd4052d9050c |
line wrap: on
line diff
--- a/softfloat.h Thu Jul 24 10:53:32 2008 +0000 +++ b/softfloat.h Thu Jul 24 17:09:28 2008 +0000 @@ -74,7 +74,7 @@ /** * * @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){
