Fixed another typo in pj\types.h comment [thanks Tomasz Ostrowski]

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@764 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Benny Prijono 2006-10-11 16:37:02 +00:00
parent 26056d8883
commit ba74777cfc
1 changed files with 1 additions and 1 deletions

View File

@ -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. */