From 656f3de497353660a702f8de5040d47b5be4accf Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 21 Mar 2012 15:27:31 +0800 Subject: update comments --- src/storage/pinyin_parser2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/storage/pinyin_parser2.h') diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h index 269aa4c..5f81b00 100644 --- a/src/storage/pinyin_parser2.h +++ b/src/storage/pinyin_parser2.h @@ -120,7 +120,7 @@ public: * @options: the pinyin options from pinyin_custom2.h. * @keys: the parsed result of struct ChewingKeys. * @str: the input of the ascii string. - * @len: the length of str. + * @len: the length of the str. * @returns: the number of chars were actually used. * * Parse the ascii string into an array of struct ChewingKeys. -- cgit