changeset 9305:129a6911febf

Typo in last commit.
author Bruno Haible <bruno@clisp.org>
date Sun, 07 Oct 2007 12:41:50 +0200
parents a31d1cfce720
children 7b05f64002af
files m4/trunc.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/trunc.m4
+++ b/m4/trunc.m4
@@ -7,7 +7,7 @@
 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>])