aboutsummaryrefslogtreecommitdiff
path: root/math/test-fesetexcept-traps.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/test-fesetexcept-traps.c')
-rw-r--r--math/test-fesetexcept-traps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/test-fesetexcept-traps.c b/math/test-fesetexcept-traps.c
index bfd5517..441cb9d 100644
--- a/math/test-fesetexcept-traps.c
+++ b/math/test-fesetexcept-traps.c
@@ -48,7 +48,7 @@ do_test (void)
_Static_assert (!(EXCEPTION_SET_FORCES_TRAP && !EXCEPTION_TESTS(float)),
"EXCEPTION_SET_FORCES_TRAP only makes sense if the "
- "architecture suports exceptions");
+ "architecture supports exceptions");
{
int exc_before = fegetexcept ();
ret = fesetexcept (FE_ALL_EXCEPT);