summaryrefslogtreecommitdiff
path: root/include/freetype/fttrigon.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/freetype/fttrigon.h')
-rw-r--r--include/freetype/fttrigon.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/freetype/fttrigon.h b/include/freetype/fttrigon.h
index 7a27bb216..da584964c 100644
--- a/include/freetype/fttrigon.h
+++ b/include/freetype/fttrigon.h
@@ -210,7 +210,7 @@ FT_BEGIN_HEADER
* Second angle.
*
* @return:
- * Constrained value of `value2-value1'.
+ * Constrained value of 'value2-value1'.
*
*/
FT_EXPORT( FT_Angle )
@@ -225,8 +225,8 @@ FT_BEGIN_HEADER
*
* @description:
* Return the unit vector corresponding to a given angle. After the
- * call, the value of `vec.x' will be `cos(angle)', and the value of
- * `vec.y' will be `sin(angle)'.
+ * call, the value of `vec.x` will be 'cos(angle)', and the value of
+ * `vec.y` will be 'sin(angle)'.
*
* This function is useful to retrieve both the sinus and cosinus of a
* given angle quickly.