bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: Fix typo in comment: s/inet_ntop/inet_pton/.


From: Jim Meyering
Subject: FYI: Fix typo in comment: s/inet_ntop/inet_pton/.
Date: Thu, 07 Aug 2008 11:51:16 +0200

Hi Simon,

>From 57140272c3a8a37eddabab3270fd93b2e441023c Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Thu, 7 Aug 2008 11:48:23 +0200
Subject: [PATCH] * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.

---
 ChangeLog       |    2 ++
 m4/inet_pton.m4 |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e348f26..95c4acb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2008-08-07  Jim Meyering  <address@hidden>

+       * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
+
        * modules/mkstemp (License): Relicense under LGPLv2+.

 2008-08-06  Bruno Haible  <address@hidden>
diff --git a/m4/inet_pton.m4 b/m4/inet_pton.m4
index a57e4c6..a72cd23 100644
--- a/m4/inet_pton.m4
+++ b/m4/inet_pton.m4
@@ -6,7 +6,7 @@ dnl with or without modifications, as long as this notice is 
preserved.

 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])
--
1.6.0.rc1.92.g189f7




reply via email to

[Prev in Thread] Current Thread [Next in Thread]