git: 8303373e398d - stable/14 - msun: Fix typo in comment

From: Li-Wen Hsu <lwhsu_at_FreeBSD.org>
Date: Mon, 21 Oct 2024 03:01:20 UTC
The branch stable/14 has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/src/commit/?id=8303373e398d843b859644c6cce0f67f0af96b88

commit 8303373e398d843b859644c6cce0f67f0af96b88
Author:     Steve Kargl <kargl@FreeBSD.org>
AuthorDate: 2024-08-21 06:59:07 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2024-10-21 03:00:49 +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 eae2a2a317b4..bdf45a9035bc 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