summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsip/sip_resolve.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip/include/pjsip/sip_resolve.h')
-rw-r--r--pjsip/include/pjsip/sip_resolve.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip/include/pjsip/sip_resolve.h b/pjsip/include/pjsip/sip_resolve.h
index b4db9b3f..089f2909 100644
--- a/pjsip/include/pjsip/sip_resolve.h
+++ b/pjsip/include/pjsip/sip_resolve.h
@@ -209,7 +209,7 @@ typedef void pjsip_resolver_callback(pj_status_t status,
* Create SIP resolver engine. Note that this function is normally called
* internally by pjsip_endpoint instance.
*
- * @param pf The Pool Factory.
+ * @param pool Pool to allocate memory from.
* @param p_res Pointer to receive SIP resolver instance.
*
* @return PJ_SUCCESS when resolver can be successfully created.