summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/pinyin_parser2.h')
-rw-r--r--src/storage/pinyin_parser2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h
index 2190359..f44c3d3 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -25,7 +25,7 @@
#include <glib.h>
#include "novel_types.h"
#include "chewing_key.h"
-#include "pinyin_custom2.h"
+#include "zhuyin_custom2.h"
namespace zhuyin{
@@ -82,7 +82,7 @@ public:
public:
/**
* PhoneticParser2::parse_one_key:
- * @options: the pinyin options from pinyin_custom2.h.
+ * @options: the pinyin options.
* @key: the parsed result of struct ChewingKey.
* @str: the input of the ascii string.
* @len: the length of the str.