From 0345e566360a25ac6f65ead509ebc21da8941c07 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 23 Apr 2012 17:04:31 +0800 Subject: fixes comment --- src/pinyin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pinyin.cpp b/src/pinyin.cpp index 2588155..a32690f 100644 --- a/src/pinyin.cpp +++ b/src/pinyin.cpp @@ -273,7 +273,7 @@ void pinyin_fini(pinyin_context_t * context){ delete context; } -/* copy from custom to context->m_custom. */ +/* copy from options to context->m_options. */ bool pinyin_set_options(pinyin_context_t * context, pinyin_option_t options){ context->m_options = options; -- cgit