From ca74c0a180d715f0af685bbd9f4bf01501d38325 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 24 Jul 2008 17:09:28 +0000 Subject: cosmetics: Fix two common typos: wont --> will not, lets --> let us. Originally committed as revision 14372 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/softfloat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/softfloat.h') 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){ -- cgit v1.1