]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update some comments.
authorRichard Mudgett <rmudgett@digium.com>
Tue, 31 May 2011 20:54:35 +0000 (20:54 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Tue, 31 May 2011 20:54:35 +0000 (20:54 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@321517 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/acl.h
include/asterisk/dnsmgr.h

index 86053f431c98d08c5bbed2cc95f731f998095144..973a3d0c21579150ebe55624067c76f7d94d4cb6 100644 (file)
@@ -143,7 +143,7 @@ int ast_get_ip(struct ast_sockaddr *addr, const char *value);
  * 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
index 2c96d8e409b149db03e0471d30df25aa32e3002d..da83030649a008ed70b280585611e95e24b1d80d 100644 (file)
@@ -68,11 +68,13 @@ void ast_dnsmgr_release(struct ast_dnsmgr_entry *entry);
  * \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.