summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2009-08-12 22:31:49 +0000
committerBenny Prijono <bennylp@teluu.com>2009-08-12 22:31:49 +0000
commitd2f4f0a81cda86511605e10c0def55219c75c78f (patch)
tree060e8bff44c2fd5cbc7b0affbf701e556b60bc0e
parentcbd52f069760caee702387ed8b3dc6ea79cf3880 (diff)
Ticket #915 (misc fixes):
- fixed wrong doxygen comment for pj_list_empty() function (thanks Roman Puls for the report!) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2872 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--pjlib/include/pj/list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjlib/include/pj/list.h b/pjlib/include/pj/list.h
index e734c0d6..36e4196e 100644
--- a/pjlib/include/pj/list.h
+++ b/pjlib/include/pj/list.h
@@ -96,7 +96,7 @@ PJ_INLINE(void) pj_list_init(pj_list_type * node)
*
* @param node The list head.
*
- * @return Non-zero if the list is not-empty, or zero if it is empty.
+ * @return Non-zero if the list is empty, or zero if it is not empty.
*
*/
PJ_INLINE(int) pj_list_empty(const pj_list_type * node)