summaryrefslogtreecommitdiff
path: root/include/freetype/fttypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/freetype/fttypes.h')
-rw-r--r--include/freetype/fttypes.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/freetype/fttypes.h b/include/freetype/fttypes.h
index 9f80951c7..32de95f31 100644
--- a/include/freetype/fttypes.h
+++ b/include/freetype/fttypes.h
@@ -276,9 +276,9 @@ FT_BEGIN_HEADER
/* FT_Offset */
/* */
/* <Description> */
- /* This is equivalent to the ANSI C "size_t" type, i.e. it's the */
- /* largest _unsigned_ integer type used to express a file size or */
- /* position, or a memory block size. */
+ /* This is equivalent to the ANSI C `size_t' type, i.e. the largest */
+ /* _unsigned_ integer type used to express a file size or position, */
+ /* or a memory block size. */
/* */
typedef size_t FT_Offset;
@@ -289,7 +289,7 @@ FT_BEGIN_HEADER
/* FT_PtrDist */
/* */
/* <Description> */
- /* This is equivalent to the ANSI C "ptrdiff_t" type, i.e. the */
+ /* This is equivalent to the ANSI C `ptrdiff_t' type, i.e. the */
/* largest _signed_ integer type used to express the distance */
/* between two pointers. */
/* */