msun: Fix typo in comment

PR:		280965
MFC after:	3 days
This commit is contained in:
Steve Kargl 2024-08-21 14:59:07 +08:00 committed by Li-Wen Hsu
parent 2477e88b8d
commit 213eb102ae
No known key found for this signature in database
GPG key ID: 7377A4A02A2954DD

View file

@ -405,7 +405,7 @@ do { \
* any extra precision into the type of 'a' -- 'a' should have type float_t,
* double_t or long double. b's type should be no larger than 'a's type.
* Callers should use these types with scopes as large as possible, to
* reduce their own extra-precision and efficiciency problems. In
* reduce their own extra-precision and efficiency problems. In
* particular, they shouldn't convert back and forth just to call here.
*/
#ifdef DEBUG