summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-02-20 16:08:56 +0800
committerPeng Wu <alexepico@gmail.com>2012-02-20 16:08:56 +0800
commit8d355fec2fa37d8fcb21f4967e409cc35dbb904b (patch)
tree5e8fc0d1291a7d2bb0cf788a26658a224a17b32c
parent739a7ace5f7c572073fb25af7dd0c003a62a6704 (diff)
downloadlibpinyin-8d355fec2fa37d8fcb21f4967e409cc35dbb904b.tar.gz
libpinyin-8d355fec2fa37d8fcb21f4967e409cc35dbb904b.tar.xz
libpinyin-8d355fec2fa37d8fcb21f4967e409cc35dbb904b.zip
update comments
-rw-r--r--src/storage/phrase_index.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/storage/phrase_index.h b/src/storage/phrase_index.h
index c1ad870..90c3802 100644
--- a/src/storage/phrase_index.h
+++ b/src/storage/phrase_index.h
@@ -42,8 +42,8 @@
* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* + Phrase Length + number of Pronunciations + Uni-gram Frequency+
* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- * + n Pronunciations + Phrase String(UCS2) +
- * ++++++++++++++++++++++++++++++++++++++++++
+ * + Phrase String(UCS2) + n Pronunciations with Frequency +
+ * +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
namespace pinyin{