summaryrefslogtreecommitdiffstats
path: root/src/storage
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage')
-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 86fb8e3..6ac1d42 100644
--- a/src/storage/phrase_index.h
+++ b/src/storage/phrase_index.h
@@ -156,7 +156,7 @@ public:
return 0;
#endif
- /* used preprocessor to avoid zero freq, in gen_chewing_table. */
+ /* used preprocessor to avoid zero freq, in gen_pinyin_table. */
gfloat retval = matched / (gfloat) total_freq;
return retval;
}