aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/tests/fenv_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/tests/fenv_test.c')
-rw-r--r--lib/msun/tests/fenv_test.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/msun/tests/fenv_test.c b/lib/msun/tests/fenv_test.c
index aafdd32b7fbd..d85671827d37 100644
--- a/lib/msun/tests/fenv_test.c
+++ b/lib/msun/tests/fenv_test.c
@@ -28,9 +28,6 @@
* Test the correctness and C99-compliance of various fenv.h features.
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/types.h>
#include <sys/wait.h>
#include <assert.h>
@@ -401,7 +398,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.
*/