summaryrefslogtreecommitdiffstats
path: root/libavutil/softfloat.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-07-24 17:09:28 +0000
committerDiego Biurrun <diego@biurrun.de>2008-07-24 17:09:28 +0000
commitca74c0a180d715f0af685bbd9f4bf01501d38325 (patch)
treef433a79ce2f1d698dc94407a00074d8a7c158acb /libavutil/softfloat.h
parentcc8de8e8a5789963fe6bbccae0411f2acc278c57 (diff)
downloadffmpeg-streaming-ca74c0a180d715f0af685bbd9f4bf01501d38325.zip
ffmpeg-streaming-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/softfloat.h')
-rw-r--r--libavutil/softfloat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/softfloat.h b/libavutil/softfloat.h
index 78648f3..283cc6e 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){
OpenPOWER on IntegriCloud