aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-09-04 11:57:38 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-09-04 11:57:38 +0000
commit10889539eeb9cf223c8f2e7ebf51f2ba22f12ac6 (patch)
tree60bdea7c79311e1aba3f09df448ea25593343419
parent886ce99deab628ad05e86f2be19f06b66cc67cf8 (diff)
downloadsrc-10889539eeb9cf223c8f2e7ebf51f2ba22f12ac6.tar.gz
src-10889539eeb9cf223c8f2e7ebf51f2ba22f12ac6.zip
msun: Remove a double word in a source code comment
- s/the the/the/ MFC after: 3 days
-rw-r--r--lib/msun/tests/fenv_test.c2
1 files changed, 1 insertions, 1 deletions
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.
*/