From: Markus Scherer
Date: Tue, 4 Sep 2012 20:05:20 +0000 (+0000)
Subject: ICU-9353 fix dictionary class name in comments
X-Git-Tag: milestone-59-0-1~3583
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6da17ae2f51df9cd56431946e69322a78d61f0ce;p=icu
ICU-9353 fix dictionary class name in comments
X-SVN-Rev: 32330
---
diff --git a/icu4c/source/common/dictbe.h b/icu4c/source/common/dictbe.h
index 1b318e7ee7c..6b179e19d9e 100644
--- a/icu4c/source/common/dictbe.h
+++ b/icu4c/source/common/dictbe.h
@@ -253,7 +253,7 @@ class CjkBreakEngine : public DictionaryBreakEngine {
/**
* KhmerBreakEngine is a kind of DictionaryBreakEngine that uses a
- * TrieWordDictionary and heuristics to determine Khmer-specific breaks.
+ * DictionaryMatcher and heuristics to determine Khmer-specific breaks.
*
* After it is constructed a KhmerBreakEngine may be shared between
* threads without synchronization.
@@ -276,7 +276,7 @@ class KhmerBreakEngine : public DictionaryBreakEngine {
/**
* Default constructor.
*
- * @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);