summaryrefslogtreecommitdiffstats
path: root/src/storage
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2017-05-15 15:16:17 +0800
committerPeng Wu <alexepico@gmail.com>2017-05-15 15:24:39 +0800
commitee66af93e3168149a581acc262c3050569f94b72 (patch)
tree24cce18b017e4351dc4f9c4aa0d8d991ad8b8c4c /src/storage
parent5c396d0332a802382e5b66195c2baba893b1d41f (diff)
downloadlibpinyin-ee66af93e3168149a581acc262c3050569f94b72.tar.gz
libpinyin-ee66af93e3168149a581acc262c3050569f94b72.tar.xz
libpinyin-ee66af93e3168149a581acc262c3050569f94b72.zip
import gen_zhuyin_table.cpp and test_zhuyin.cpp
Diffstat (limited to 'src/storage')
-rw-r--r--src/storage/table_info.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/table_info.cpp b/src/storage/table_info.cpp
index 4cfc842..bd9b03f 100644
--- a/src/storage/table_info.cpp
+++ b/src/storage/table_info.cpp
@@ -208,7 +208,7 @@ bool SystemTableInfo2::load(const char * filename) {
m_model_data_version = modelver;
m_lambda = lambda;
- /* Note: only support pinyin or zhuyin table now. */
+ /* Note: support pinyin and zhuyin table now. */
assert(PINYIN_TABLE == type || ZHUYIN_TABLE == type);
m_table_phonetic_type = type;