# HG changeset patch # User Jim Meyering # Date 1218102503 -7200 # Node ID c86ec54e1ecd6345676a2ac54bcbe88990e48c2c # Parent cf0f3d5f214eb49b1a05b24515caca5e9ab836d5 * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2008-08-07 Jim Meyering + * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/. + * modules/mkstemp (License): Relicense under LGPLv2+. 2008-08-06 Bruno Haible diff --git a/m4/inet_pton.m4 b/m4/inet_pton.m4 --- a/m4/inet_pton.m4 +++ b/m4/inet_pton.m4 @@ -6,7 +6,7 @@ AC_DEFUN([gl_INET_PTON], [ - dnl Persuade Solaris to declare inet_ntop. + dnl Persuade Solaris to declare inet_pton. AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) AC_REQUIRE([gl_ARPA_INET_H_DEFAULTS])