git: 213eb102aeec - main - msun: Fix typo in comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Aug 2024 07:00:34 UTC
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/src/commit/?id=213eb102aeec50b8c236aac1d8f0e0a3f9a99449
commit 213eb102aeec50b8c236aac1d8f0e0a3f9a99449
Author: Steve Kargl <kargl@FreeBSD.org>
AuthorDate: 2024-08-21 06:59:07 +0000
Commit: Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2024-08-21 06:59:07 +0000
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 f3f7985ab7b6..1595f902846c 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