Typo in last commit.
authorBruno Haible <bruno@clisp.org>
Sun, 7 Oct 2007 10:41:50 +0000 (12:41 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 7 Oct 2007 10:41:50 +0000 (12:41 +0200)
m4/trunc.m4

index 967d000..feb9d27 100644 (file)
@@ -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>])