aboutsummaryrefslogtreecommitdiff
path: root/math/test-fenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/test-fenv.c')
-rw-r--r--math/test-fenv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/test-fenv.c b/math/test-fenv.c
index 937f535..b87f687 100644
--- a/math/test-fenv.c
+++ b/math/test-fenv.c
@@ -392,7 +392,7 @@ main (void)
if (count_errors)
{
- printf ("\n%d errors occured.\n", count_errors);
+ printf ("\n%d errors occurred.\n", count_errors);
exit (1);
}
printf ("\n All tests passed successfully.\n");