summaryrefslogtreecommitdiffstats
path: root/src/storage/phrase_large_table3_kyotodb.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-02-05 16:47:11 +0800
committerPeng Wu <alexepico@gmail.com>2016-02-05 16:53:45 +0800
commit0d5cec839163b988213108ffcff3141aee7c898b (patch)
treecfe714d83d7a3fffd2c1761f91c5fa52a5093815 /src/storage/phrase_large_table3_kyotodb.h
parentfa4f8cdc44f3825c5532227e90c6d9ed8c6fbe0d (diff)
downloadlibpinyin-0d5cec839163b988213108ffcff3141aee7c898b.tar.gz
libpinyin-0d5cec839163b988213108ffcff3141aee7c898b.tar.xz
libpinyin-0d5cec839163b988213108ffcff3141aee7c898b.zip
write load_db/write_db methods
Diffstat (limited to 'src/storage/phrase_large_table3_kyotodb.h')
-rw-r--r--src/storage/phrase_large_table3_kyotodb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/phrase_large_table3_kyotodb.h b/src/storage/phrase_large_table3_kyotodb.h
index 0549697..92439a2 100644
--- a/src/storage/phrase_large_table3_kyotodb.h
+++ b/src/storage/phrase_large_table3_kyotodb.h
@@ -51,7 +51,7 @@ public:
/* attach method */
bool attach(const char * dbfile, guint32 flags);
- /* load/store method */
+ /* load_db/store_db method */
/* use in-memory DBM here, for better performance. */
bool load_db(const char * filename);