Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 9 Dec 2000 03:58:22 +0000 (03:58 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 9 Dec 2000 03:58:22 +0000 (03:58 +0000)
* math/libm-test.inc (main): Fix typos in messages.

ChangeLog
math/libm-test.inc
string/stratcliff.c

index 09e61e5..96a7230 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2000-12-08  Ulrich Drepper  <drepper@redhat.com>
 
+       * math/libm-test.inc (main): Fix typos in messages.
+
        * string/stratcliff.c: Add test for rawmemchr.
 
 2000-12-08  Jakub Jelinek  <jakub@redhat.com>
index e923795..b9426e5 100644 (file)
@@ -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");
index 139a5ff..bd95a2c 100644 (file)
@@ -165,7 +165,7 @@ main (int argc, char *argv[])
              if (cp - &adr[outer] != middle - outer)
                {
                  printf ("rawmemchr flunked for outer = %d, middle = %d\n",
-                         outer, middle, inner);
+                         outer, middle);
                  result = 1;
                }