summaryrefslogtreecommitdiffstats
path: root/utils/utils_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/utils_helper.h')
-rw-r--r--utils/utils_helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/utils_helper.h b/utils/utils_helper.h
index 19ece80..59286db 100644
--- a/utils/utils_helper.h
+++ b/utils/utils_helper.h
@@ -23,7 +23,7 @@
#ifndef UTILS_HELPER_H
#define UTILS_HELPER_H
-static bool init_phrase_index(FacadePhraseIndex * phrase_index) {
+static bool load_phrase_index(FacadePhraseIndex * phrase_index) {
MemoryChunk * chunk = NULL;
for (size_t i = 0; i < PHRASE_INDEX_LIBRARY_COUNT; ++i) {
const char * bin_file = pinyin_phrase_files[i];