summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2011-10-19 10:13:13 +0000
committerBenny Prijono <bennylp@teluu.com>2011-10-19 10:13:13 +0000
commit155d65f9934ac11b16731096539396fe9900283e (patch)
tree412624b6aa4f87963da6487e0bec5dc3d74e14f7
parent8db6779ac648b7f33721de080674d68a9c040ad6 (diff)
Misc (re #1252): fixed misleading doxygen documentation that says app may instantiate multiple instances of SIP endpoint
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/1.x@3828 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--pjsip/include/pjsip/sip_endpoint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pjsip/include/pjsip/sip_endpoint.h b/pjsip/include/pjsip/sip_endpoint.h
index 3f3dbb39..e957271c 100644
--- a/pjsip/include/pjsip/sip_endpoint.h
+++ b/pjsip/include/pjsip/sip_endpoint.h
@@ -56,8 +56,8 @@ PJ_BEGIN_DECL
* existing modules (such as when incoming request has unsupported method).
* - and so on..
*
- * Theoritically application can have multiple instances of SIP endpoint,
- * although it's not clear why application may want to do it.
+ * Application should only instantiate one SIP endpoint instance for every
+ * process.
*
* @{
*/