Fix the description of ime_preedit_attribute 39/40939/1
authorSungmin Kwak <sungmin.kwak@samsung.com>
Tue, 21 Apr 2015 07:09:40 +0000 (16:09 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 10 Jun 2015 09:12:39 +0000 (18:12 +0900)
Change-Id: I168d2d0c6bdde5e046210d3b4cd50cc22d1c19d4

include/inputmethod.h

index bd611e0..615adcc 100644 (file)
@@ -130,7 +130,7 @@ typedef enum
 typedef struct
 {
     unsigned int start; /**< The start position in the string of this attribute */
-    unsigned int length; /**< The byte length of this attribute, the range is [start, start+length] */
+    unsigned int length; /**< The character length of this attribute, the range is [start, start+length] */
     ime_attribute_type type; /**< The type of this attribute */
     unsigned int value; /**< The value of this attribute */
 } ime_preedit_attribute;