]> granicus.if.org Git - icu/commitdiff
ICU-9741 trivial fix to header, u_strcoll -> ucol_strcoll
authorSteven R. Loomis <srl@icu-project.org>
Fri, 30 Aug 2013 23:46:37 +0000 (23:46 +0000)
committerSteven R. Loomis <srl@icu-project.org>
Fri, 30 Aug 2013 23:46:37 +0000 (23:46 +0000)
X-SVN-Rev: 34159

icu4c/source/i18n/unicode/ucol.h

index dbc4d05146fb23c68aadb45ade3b542b507c26f7..41fdc317bc13259682fd34e1e36530260094442e 100644 (file)
@@ -64,12 +64,12 @@ typedef struct UCollator UCollator;
 
 /**
  * UCOL_LESS is returned if source string is compared to be less than target
- * string in the u_strcoll() method.
+ * string in the ucol_strcoll() method.
  * UCOL_EQUAL is returned if source string is compared to be equal to target
- * string in the u_strcoll() method.
+ * string in the ucol_strcoll() method.
  * UCOL_GREATER is returned if source string is compared to be greater than
- * target string in the u_strcoll() method.
- * @see u_strcoll()
+ * target string in the ucol_strcoll() method.
+ * @see ucol_strcoll()
  * <p>
  * Possible values for a comparison result 
  * @stable ICU 2.0