From 4135a2bfd6d0a835f57031de57ae42363d455574 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 8 Nov 2015 13:54:15 +0100 Subject: avutil/softfloat: Fix typo in av_mul_sf() doxy Signed-off-by: Michael Niedermayer --- libavutil/softfloat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil') diff --git a/libavutil/softfloat.h b/libavutil/softfloat.h index 53356697df..fcad0f00cc 100644 --- a/libavutil/softfloat.h +++ b/libavutil/softfloat.h @@ -90,7 +90,7 @@ static inline av_const SoftFloat av_normalize1_sf(SoftFloat a){ } /** - * @return Will not be more denormalized than a+b. So if either input is + * @return Will not be more denormalized than a*b. So if either input is * normalized, then the output will not be worse then the other input. * If both are normalized, then the output will be normalized. */ -- cgit v1.2.3