summaryrefslogtreecommitdiff
path: root/math/libm-test.inc
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-12-09 03:58:22 +0000
committerUlrich Drepper <drepper@redhat.com>2000-12-09 03:58:22 +0000
commita9a569606ba9321899559fdaff25d4048a1ed154 (patch)
tree46cc92c3f8dd8cc1b2c050731573b761097cc03a /math/libm-test.inc
parentd916374445a5b330be71dc5280f4091988ac964d (diff)
Update.
* math/libm-test.inc (main): Fix typos in messages.
Diffstat (limited to 'math/libm-test.inc')
-rw-r--r--math/libm-test.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/libm-test.inc b/math/libm-test.inc
index e923795b90..b9426e54aa 100644
--- a/math/libm-test.inc
+++ b/math/libm-test.inc
@@ -4395,12 +4395,12 @@ main (int argc, char **argv)
printf (" %d test cases plus %d tests for exception flags executed.\n",
noTests, noExcTests);
if (noXFails)
- printf (" %d expected failures occured.\n", noXFails);
+ printf (" %d expected failures occurred.\n", noXFails);
if (noXPasses)
- printf (" %d unexpected passes occured.\n", noXPasses);
+ printf (" %d unexpected passes occurred.\n", noXPasses);
if (noErrors)
{
- printf (" %d errors occured.\n", noErrors);
+ printf (" %d errors occurred.\n", noErrors);
return 1;
}
printf (" All tests passed successfully.\n");