summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/types.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-06-16 16:52:51 +0000
committerBenny Prijono <bennylp@teluu.com>2006-06-16 16:52:51 +0000
commitedf38f478920a443dc29cf3d638e6b27d7a838e6 (patch)
tree36429dc70ed27c292dc61949ff262fb3bcdc80f7 /pjlib/include/pj/types.h
parentb7898cf10e4e9048d28d858ccffcdf3937703752 (diff)
Fixed pjlib doxygen documentation
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@514 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/include/pj/types.h')
-rw-r--r--pjlib/include/pj/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjlib/include/pj/types.h b/pjlib/include/pj/types.h
index d471428a..5a275514 100644
--- a/pjlib/include/pj/types.h
+++ b/pjlib/include/pj/types.h
@@ -313,7 +313,7 @@ PJ_INLINE(pj_int16_t) pj_swap16(pj_int16_t val16)
/**
* Swap the byte order of an 32bit data.
*
- * @param val16 The 32bit data.
+ * @param val32 The 32bit data.
*
* @return An 32bit data with swapped byte order.
*/