summaryrefslogtreecommitdiff
path: root/m4/trunc.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-10-07 12:41:50 +0200
committerBruno Haible <bruno@clisp.org>2007-10-07 12:41:50 +0200
commit5861339993f3014cfad1b94fc7fe366fc2573598 (patch)
treebf673312c923ed18ceb08c7c461d346a56482fed /m4/trunc.m4
parent1e424ce10c76ad2c9a75fdc6ab02628931c2bcf0 (diff)
downloadgnulib-5861339993f3014cfad1b94fc7fe366fc2573598.tar.gz
Typo in last commit.
Diffstat (limited to 'm4/trunc.m4')
-rw-r--r--m4/trunc.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/trunc.m4 b/m4/trunc.m4
index 967d00042e..feb9d27d57 100644
--- a/m4/trunc.m4
+++ b/m4/trunc.m4
@@ -7,7 +7,7 @@ dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_FUNC_TRUNC],
[
AC_REQUIRE([gl_MATH_H_DEFAULTS])
- dnl Persuade glibc <math.h> to declare truncl().
+ dnl Persuade glibc <math.h> to declare trunc().
AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
dnl Test whether trunc() is declared.
AC_CHECK_DECLS([trunc], , , [#include <math.h>])