# HG changeset patch # User Bruno Haible # Date 1191753710 -7200 # Node ID 129a6911febfdf0f43ac442cd2bcaab17db7675b # Parent a31d1cfce7204f3bc74e45f9c053667462bce37a Typo in last commit. diff --git a/m4/trunc.m4 b/m4/trunc.m4 --- 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 to declare truncl(). + dnl Persuade glibc to declare trunc(). AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) dnl Test whether trunc() is declared. AC_CHECK_DECLS([trunc], , , [#include ])