Date: Thu, 14 Apr 2022 06:45:32 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 5a05bdca4ddc - stable/12 - math(3): Remove a double word in a source code comment Message-ID: <202204140645.23E6jWdw097410@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=5a05bdca4ddc2f77d778b89c6d18e6e9bfedb596 commit 5a05bdca4ddc2f77d778b89c6d18e6e9bfedb596 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-09 08:01:10 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-14 06:43:48 +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. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204140645.23E6jWdw097410>