changeset 10312:c86ec54e1ecd

* m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
author Jim Meyering <meyering@redhat.com>
date Thu, 07 Aug 2008 11:48:23 +0200
parents cf0f3d5f214e
children d17f61e72e22
files ChangeLog m4/inet_pton.m4
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Aug 07 11:19:12 2008 +0200
+++ b/ChangeLog	Thu Aug 07 11:48:23 2008 +0200
@@ -1,5 +1,7 @@
 2008-08-07  Jim Meyering  <meyering@redhat.com>
 
+	* m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
+
 	* modules/mkstemp (License): Relicense under LGPLv2+.
 
 2008-08-06  Bruno Haible  <bruno@clisp.org>
--- a/m4/inet_pton.m4	Thu Aug 07 11:19:12 2008 +0200
+++ b/m4/inet_pton.m4	Thu Aug 07 11:48:23 2008 +0200
@@ -6,7 +6,7 @@
 
 AC_DEFUN([gl_INET_PTON],
 [
-  dnl Persuade Solaris <arpa/inet.h> to declare inet_ntop.
+  dnl Persuade Solaris <arpa/inet.h> to declare inet_pton.
   AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
 
   AC_REQUIRE([gl_ARPA_INET_H_DEFAULTS])