git: 74626ed2806d - stable/13 - msun: Remove a double word in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Sep 2022 07:31:56 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=74626ed2806dab6482b9551b57c0669bba90e1c4
commit 74626ed2806dab6482b9551b57c0669bba90e1c4
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-04 11:57:38 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-07 07:30:01 +0000
msun: Remove a double word in a source code comment
- s/the the/the/
(cherry picked from commit 10889539eeb9cf223c8f2e7ebf51f2ba22f12ac6)
---
lib/msun/tests/fenv_test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/msun/tests/fenv_test.c b/lib/msun/tests/fenv_test.c
index aafdd32b7fbd..7750764406d7 100644
--- a/lib/msun/tests/fenv_test.c
+++ b/lib/msun/tests/fenv_test.c
@@ -401,7 +401,7 @@ ATF_TC_BODY(masking, tc)
/*
* Some CPUs, e.g. AArch64 QEMU does not support trapping on FP
* exceptions. In that case the trap enable bits are all RAZ/WI, so
- * writing to those bits will be ignored and the the next read will
+ * writing to those bits will be ignored and the next read will
* return all zeroes for those bits. Skip the test if no floating
* point exceptions are supported and mark it XFAIL if some are missing.
*/