summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--utils/storage/gen_chewing_table.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/utils/storage/gen_chewing_table.cpp b/utils/storage/gen_chewing_table.cpp
index a4651bc..30bc0da 100644
--- a/utils/storage/gen_chewing_table.cpp
+++ b/utils/storage/gen_chewing_table.cpp
@@ -43,8 +43,9 @@ struct chewing_and_freq_item{
};
struct phrase_and_array_item{
- phrase_item phrase;
- GArray * chewing_and_freq_array; /* Array of chewing_and_freq_item */
+ phrase_item phrase; /* the key of g_chewing_tree */
+ /* Array of chewing_and_freq_item */
+ GArray * chewing_and_freq_array; /* the value of g_chewing_tree */
};