summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/include/diacritic.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/include/diacritic.h b/firmware/include/diacritic.h
index 4d33902..052be7f 100644
--- a/firmware/include/diacritic.h
+++ b/firmware/include/diacritic.h
@@ -22,8 +22,9 @@
#define _DIACRITIC_H_
#include "system.h"
-/* Tests whether a given charactor code is a diacritic mark
- * Sets is_rtl if the character belongs to an RTL language
+/* Tests whether a given charactor code is a diacritic mark.
+ * Sets is_rtl (if it's not NULL) to whether the character
+ * belongs to an RTL language.
*/
int is_diacritic(const unsigned short char_code, bool *is_rtl);
#endif