The branch stable/13 has been updated by lwhsu: URL: https://cgit.FreeBSD.org/src/commit/?id=851b781251bb7ef96c0f753d5ab9a667471d399b
commit 851b781251bb7ef96c0f753d5ab9a667471d399b Author: Steve Kargl <ka...@freebsd.org> AuthorDate: 2024-08-21 06:59:07 +0000 Commit: Li-Wen Hsu <lw...@freebsd.org> CommitDate: 2024-10-21 03:01:01 +0000 msun: Fix typo in comment PR: 280965 MFC after: 3 days (cherry picked from commit 213eb102aeec50b8c236aac1d8f0e0a3f9a99449) --- 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 7d76ffdb8ff4..b71a8d03c0a1 100644 --- a/lib/msun/src/math_private.h +++ b/lib/msun/src/math_private.h @@ -406,7 +406,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