]> granicus.if.org Git - icu/commitdiff
ICU-9353 fix dictionary class name in comments
authorMarkus Scherer <markus.icu@gmail.com>
Tue, 4 Sep 2012 20:05:20 +0000 (20:05 +0000)
committerMarkus Scherer <markus.icu@gmail.com>
Tue, 4 Sep 2012 20:05:20 +0000 (20:05 +0000)
X-SVN-Rev: 32330

icu4c/source/common/dictbe.h

index 1b318e7ee7c283d13a6f6f009e33b9ca62edb3c6..6b179e19d9e8b1fec491cc2df20006c74c64517d 100644 (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);