ICU-5566 Fix comment typo

X-SVN-Rev: 21260
This commit is contained in:
George Rhoten 2007-03-15 07:00:43 +00:00
parent 4a76d92dd2
commit 37181631cb

View file

@ -1480,7 +1480,7 @@ UBool Transliterator::initializeRegistry() {
//static const char translit_index[] = "translit_index";
UResourceBundle *bundle, *transIDs, *colBund;
bundle = ures_open(U_ICUDATA_TRANSLIT, NULL/*open root bundle*/, &status);
bundle = ures_open(U_ICUDATA_TRANSLIT, NULL/*open default locale*/, &status);
transIDs = ures_getByKey(bundle, RB_RULE_BASED_IDS, 0, &status);
int32_t row, maxRows;