ICU-9353 fix dictionary class name in comments

X-SVN-Rev: 32330
This commit is contained in:
Markus Scherer 2012-09-04 20:05:20 +00:00
parent 79d54ea4b9
commit 6da17ae2f5

View file

@ -253,7 +253,7 @@ class CjkBreakEngine : public DictionaryBreakEngine {
/**
* <p>KhmerBreakEngine is a kind of DictionaryBreakEngine that uses a
* TrieWordDictionary and heuristics to determine Khmer-specific breaks.</p>
* DictionaryMatcher and heuristics to determine Khmer-specific breaks.</p>
*
* <p>After it is constructed a KhmerBreakEngine may be shared between
* threads without synchronization.</p>
@ -276,7 +276,7 @@ class KhmerBreakEngine : public DictionaryBreakEngine {
/**
* <p>Default constructor.</p>
*
* @param adoptDictionary A TrieWordDictionary to adopt. Deleted when the
* @param adoptDictionary A DictionaryMatcher to adopt. Deleted when the
* engine is deleted.
*/
KhmerBreakEngine(DictionaryMatcher *adoptDictionary, UErrorCode &status);