summaryrefslogtreecommitdiffstats
path: root/src/storage/table_info.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/table_info.cpp')
-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;