summaryrefslogtreecommitdiff
path: root/pjlib/include
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-10-11 16:37:02 +0000
committerBenny Prijono <bennylp@teluu.com>2006-10-11 16:37:02 +0000
commit9cd36ebc6af0b60926882769b8d5ee3bc455a562 (patch)
tree575b470e7e4037710250458403cd62954cf2269e /pjlib/include
parentcfbc67a632b845289647f542a4dd0c3a38ea3d73 (diff)
Fixed another typo in pj\types.h comment [thanks Tomasz Ostrowski]
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@764 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/include')
-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 7be09141..d15bd60f 100644
--- a/pjlib/include/pj/types.h
+++ b/pjlib/include/pj/types.h
@@ -53,7 +53,7 @@ typedef unsigned short pj_uint16_t;
/** Signed 8bit integer. */
typedef signed char pj_int8_t;
-/** Unsigned 16bit integer. */
+/** Unsigned 8bit integer. */
typedef unsigned char pj_uint8_t;
/** Large unsigned integer. */