From 9cd36ebc6af0b60926882769b8d5ee3bc455a562 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Wed, 11 Oct 2006 16:37:02 +0000 Subject: 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 --- pjlib/include/pj/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pjlib/include') 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. */ -- cgit v1.2.3