summaryrefslogtreecommitdiff
path: root/m4/log10.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/log10.m4')
-rw-r--r--m4/log10.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/log10.m4 b/m4/log10.m4
index 8b1a34211d..a384481284 100644
--- a/m4/log10.m4
+++ b/m4/log10.m4
@@ -1,4 +1,4 @@
-# log10.m4 serial 5
+# log10.m4 serial 6
dnl Copyright (C) 2011-2017 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -48,7 +48,7 @@ int main (int argc, char *argv[])
{
double (*my_log10) (double) = argc ? log10 : dummy;
/* Test log10(negative).
- This test fails on NetBSD 5.1, Solaris 11 2011-11. */
+ This test fails on NetBSD 5.1, Solaris 11.0. */
double y = my_log10 (-1.0);
if (numeric_equal (y, y))
return 1;