summaryrefslogtreecommitdiff
path: root/src/fl_utf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fl_utf.c')
-rw-r--r--src/fl_utf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fl_utf.c b/src/fl_utf.c
index f42dfeaec..d78368550 100644
--- a/src/fl_utf.c
+++ b/src/fl_utf.c
@@ -34,8 +34,8 @@ extern "C" {
/**
Convert a Unicode character into a utf-8 sequnece.
- \param uc[in] Unicode characte
- \param text[out] utf-8 sequence will be written here; if this pointer is
+ \param[in] uc Unicode characte
+ \param[out] text utf-8 sequence will be written here; if this pointer is
\c NULL, only the length of the utf-8 sequence is calculated
\return length of the sequence in bytes
*/
@@ -50,7 +50,7 @@ extern "C" {
/**
Calculate the size of a utf-8 sequnce for a Unnicode character.
- \param uc[in] Unicode characte
+ \param[in] uc Unicode characte
\return length of the sequence in bytes
*/
//FL_EXPORT int fl_utf8_size(Fl_Unichar uc);