summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/types.h
diff options
context:
space:
mode:
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 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. */