aboutsummaryrefslogtreecommitdiff
path: root/ares/m4
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-10-29 01:50:56 +0000
committerYang Tse <yangsita@gmail.com>2008-10-29 01:50:56 +0000
commit89d6f580dc234999edce62242cbdd32e453d1bcb (patch)
tree5812e7a17d75c3496614921b723ea574ae9e43f0 /ares/m4
parent23eb74e0855ecd7ed3636b5f1af043dbe94191ec (diff)
fix comment
Diffstat (limited to 'ares/m4')
-rw-r--r--ares/m4/cares-functions.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/ares/m4/cares-functions.m4 b/ares/m4/cares-functions.m4
index a801347da..3a9a04fcf 100644
--- a/ares/m4/cares-functions.m4
+++ b/ares/m4/cares-functions.m4
@@ -16,7 +16,7 @@
#***************************************************************************
# File version for 'aclocal' use. Keep it a single number.
-# serial 14
+# serial 15
dnl CARES_INCLUDES_ARPA_INET
@@ -430,7 +430,7 @@ AC_DEFUN([DO_CARES_CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDR], [
dnl exit code was zero, getaddrinfo behaves nicely.
AC_MSG_RESULT([no])
],[
- dnl exit code wasn't zero, getaddrinfo returns unfreeable ptr.
+ dnl exit code wasn't zero, getaddrinfo returns unfreeable member ptr.
AC_MSG_RESULT([yes])
AC_DEFINE_UNQUOTED(HAVE_GETADDRINFO_UNFREEABLE_AI_ADDR, 1,
[Define to 1 if getaddrinfo returns unfreeable ai_addr pointer.])