diff --git a/libavutil/softfloat.h b/libavutil/softfloat.h
index 53356697df83c784666c2b1fdb973cad2ba35283..fcad0f00ccc6286e256778418cb3ab650848e89d 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.
  */