From: Bruno Haible <bruno@clisp.org>
Date: Sun, 7 Oct 2007 10:41:50 +0000 (+0200)
Subject: Typo in last commit.
X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5861339993f3014cfad1b94fc7fe366fc2573598;p=pspp

Typo in last commit.
---

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>])