[svn-commits] rmudgett: branch 1.8 r321517 - in /branches/1.8/include/asterisk: acl.h dnsmgr.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue May 31 15:54:42 CDT 2011


Author: rmudgett
Date: Tue May 31 15:54:35 2011
New Revision: 321517

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=321517
Log:
Update some comments.

Modified:
    branches/1.8/include/asterisk/acl.h
    branches/1.8/include/asterisk/dnsmgr.h

Modified: branches/1.8/include/asterisk/acl.h
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/include/asterisk/acl.h?view=diff&rev=321517&r1=321516&r2=321517
==============================================================================
--- branches/1.8/include/asterisk/acl.h (original)
+++ branches/1.8/include/asterisk/acl.h Tue May 31 15:54:35 2011
@@ -143,7 +143,7 @@
  * then this function acts exactly like a call to ast_get_ip.
  *
  * \param addr The IP address found.  The address family is used as an input parameter to
- * filter the returned adresses. if it is 0, both IPv4 and IPv6 addresses
+ * filter the returned addresses. if it is 0, both IPv4 and IPv6 addresses
  * can be returned.
  *
  * \param value The hostname to look up

Modified: branches/1.8/include/asterisk/dnsmgr.h
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/include/asterisk/dnsmgr.h?view=diff&rev=321517&r1=321516&r2=321517
==============================================================================
--- branches/1.8/include/asterisk/dnsmgr.h (original)
+++ branches/1.8/include/asterisk/dnsmgr.h Tue May 31 15:54:35 2011
@@ -68,11 +68,13 @@
  * \brief Allocate and initialize a DNS manager entry
  *
  * \param name the hostname
- * \param result where to store the IP address as the DNS manager refreshes it. The address family
- * is used as an input parameter to filter the returned adresses. if it is 0, both IPv4 * and IPv6 addresses can be returned.
+ * \param result where to store the IP address as the DNS manager refreshes it.
+ * The address family is used as an input parameter to filter the returned addresses.
+ * If it is 0, both IPv4 and IPv6 addresses can be returned.
  * \param dnsmgr Where to store the allocate DNS manager entry
  * \param service
  *
+ * \note
  * This function allocates a new DNS manager entry object, and fills it with
  * the provided hostname and IP address.  This function _does_ force an initial
  * lookup, so it may block for some period of time.




More information about the svn-commits mailing list