changeset 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 27593a5d8acd
children a5c3bc3dcd3e
files softfloat.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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){