]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavutil/softfloat.h
cosmetics: Fix two common typos: wont --> will not, lets --> let us.
[frescor/ffmpeg.git] / libavutil / softfloat.h
index 78648f3d1b300e59f4503b09c1872ce72f7db1ca..283cc6e69a026957a942f07d386d023d4e90b88f 100644 (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){