Commit 4135a2bf authored by Michael Niedermayer's avatar Michael Niedermayer

avutil/softfloat: Fix typo in av_mul_sf() doxy

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 4b6ad236
......@@ -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.
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment