git: 9faf4f300724 - stable/13 - math(3): Remove a double word in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Thu, 14 Apr 2022 06:00:50 UTC
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=9faf4f300724932395f393e376af88d743b6ecbd

commit 9faf4f300724932395f393e376af88d743b6ecbd
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 08:01:10 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-14 05:59:12 +0000

    math(3): Remove a double word in a source code comment
    
    - s/is is/is/
    
    (cherry picked from commit 29fea59e78272940e3e6054e749d697bef362312)
---
 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 b91b54cea689..20ce7bd88464 100644
--- a/lib/msun/src/math_private.h
+++ b/lib/msun/src/math_private.h
@@ -460,7 +460,7 @@ do {								\
  * or by having |c| a few percent smaller than |a|.  Pre-normalization of
  * (a, b) may help.
  *
- * This is is a variant of an algorithm of Kahan (see Knuth (1981) 4.2.2
+ * This is a variant of an algorithm of Kahan (see Knuth (1981) 4.2.2
  * exercise 19).  We gain considerable efficiency by requiring the terms to
  * be sufficiently normalized and sufficiently increasing.
  */