Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2024 03:01:22 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 851b781251bb - stable/13 - msun: Fix typo in comment
Message-ID:  <202410210301.49L31MqG000169@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/src/commit/?id=851b781251bb7ef96c0f753d5ab9a667471d399b

commit 851b781251bb7ef96c0f753d5ab9a667471d399b
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: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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410210301.49L31MqG000169>