Skip to content
Snippets Groups Projects
Commit 4135a2bf authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

avutil/softfloat: Fix typo in av_mul_sf() doxy

parent 4b6ad236
No related branches found
No related tags found
No related merge requests found
......@@ -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.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment