From 213eb102aeec50b8c236aac1d8f0e0a3f9a99449 Mon Sep 17 00:00:00 2001 From: Steve Kargl Date: Wed, 21 Aug 2024 14:59:07 +0800 Subject: [PATCH] msun: Fix typo in comment PR: 280965 MFC after: 3 days --- lib/msun/src/math_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/msun/src/math_private.h b/lib/msun/src/math_private.h index f3f7985ab7b..1595f902846 100644 --- a/lib/msun/src/math_private.h +++ b/lib/msun/src/math_private.h @@ -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