summaryrefslogtreecommitdiffstats
path: root/src/storage/phrase_index.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-11-28 10:50:35 +0800
committerPeng Wu <alexepico@gmail.com>2012-11-28 10:50:35 +0800
commita94db825a915c1c02ee581495c1e97c6f573074f (patch)
tree9f45147371c9a1abb80061b209ace81c5ce96763 /src/storage/phrase_index.h
parentc6aac3d5d953a2e68daca7e2abf8f9bd58145e74 (diff)
downloadlibpinyin-a94db825a915c1c02ee581495c1e97c6f573074f.tar.gz
libpinyin-a94db825a915c1c02ee581495c1e97c6f573074f.tar.xz
libpinyin-a94db825a915c1c02ee581495c1e97c6f573074f.zip
fixes a typo
Diffstat (limited to 'src/storage/phrase_index.h')
-rw-r--r--src/storage/phrase_index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/phrase_index.h b/src/storage/phrase_index.h
index 75813bf..aca74f6 100644
--- a/src/storage/phrase_index.h
+++ b/src/storage/phrase_index.h
@@ -42,7 +42,7 @@
* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* + Phrase Length + number of Pronunciations + Uni-gram Frequency+
* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- * + Phrase String(UCS2) + n Pronunciations with Frequency +
+ * + Phrase String(UCS4) + n Pronunciations with Frequency +
* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/