summaryrefslogtreecommitdiffstats
path: root/src/storage/phrase_large_table.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-02-20 14:13:50 +0800
committerPeng Wu <alexepico@gmail.com>2012-02-20 14:13:50 +0800
commit739a7ace5f7c572073fb25af7dd0c003a62a6704 (patch)
treeb5c3e7eb038e79a634e36bfe49fbaf18e9256faf /src/storage/phrase_large_table.h
parent483edec762139c1360a0e641834de3308f7eb03b (diff)
downloadlibpinyin-739a7ace5f7c572073fb25af7dd0c003a62a6704.tar.gz
libpinyin-739a7ace5f7c572073fb25af7dd0c003a62a6704.tar.xz
libpinyin-739a7ace5f7c572073fb25af7dd0c003a62a6704.zip
update phrase_large_table.cpp
Diffstat (limited to 'src/storage/phrase_large_table.h')
-rw-r--r--src/storage/phrase_large_table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/phrase_large_table.h b/src/storage/phrase_large_table.h
index 1b51c62..bf739ac 100644
--- a/src/storage/phrase_large_table.h
+++ b/src/storage/phrase_large_table.h
@@ -35,7 +35,7 @@ class PhraseLengthIndexLevel;
class PhraseBitmapIndexLevel{
protected:
PhraseLengthIndexLevel * m_phrase_length_indexes[PHRASE_NUMBER_OF_BITMAP_INDEX];
- /* shift a half ucs4_t for class PhraseLengthIndexLevel, just like PinyinLengthIndexLevel. */
+ /* use a half ucs4_t for class PhraseLengthIndexLevel, just like PinyinLengthIndexLevel. */
void reset();
public:
PhraseBitmapIndexLevel();