From ba74777cfcecbf7541144db014edce264d3ee4d3 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Wed, 11 Oct 2006 16:37:02 +0000 Subject: [PATCH] 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 --- pjlib/include/pj/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pjlib/include/pj/types.h b/pjlib/include/pj/types.h index 7be09141c..d15bd60f8 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. */