summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsip-simple/evsub.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip/include/pjsip-simple/evsub.h')
-rw-r--r--pjsip/include/pjsip-simple/evsub.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pjsip/include/pjsip-simple/evsub.h b/pjsip/include/pjsip-simple/evsub.h
index 1c3ee97c..047952b7 100644
--- a/pjsip/include/pjsip-simple/evsub.h
+++ b/pjsip/include/pjsip-simple/evsub.h
@@ -20,7 +20,7 @@
#define __PJSIP_SIMPLE_EVSUB_H__
/**
- * @file event_notify.h
+ * @file evsub.h
* @brief SIP Specific Event Notification Extension (RFC 3265)
*/
@@ -132,7 +132,7 @@ struct pjsip_evsub_user
*
* However, implementation MUST send NOTIFY request upon receiving this
* callback. The suggested behavior is to call
- * #pjsip_evsub_last_notify(), since this function takes care
+ * #pjsip_evsub_current_notify(), since this function takes care
* about unsubscription request and calculates the appropriate expiration
* interval.
*/