diff --git a/icu4c/source/common/unicode/uclean.h b/icu4c/source/common/unicode/uclean.h index 0c0917b6f6..c65251ec36 100644 --- a/icu4c/source/common/unicode/uclean.h +++ b/icu4c/source/common/unicode/uclean.h @@ -34,12 +34,15 @@ * without contention, in a single thread only. *

* Extra, repeated, or otherwise unneeded calls to u_init() do no harm, - * other taking a small amount of time. + * other than taking a small amount of time. * * @param pErrorCode An ICU UErrorCode parameter. It must not be NULL. - * An Error will be retuned if some required part of ICU data can not + * An Error will be returned if some required part of ICU data can not * be loaded or initialized. + * The function returns immediately if the input error code indicates a + * failure, as usual. * + * @draft ICU 2.6 */ U_CAPI void U_EXPORT2 u_init(UErrorCode *status);