ICU-2787 fix comment

X-SVN-Rev: 11825
This commit is contained in:
Alan Liu 2003-05-07 00:05:33 +00:00
parent 7f4260a2cc
commit 231176f7de

View file

@ -1306,7 +1306,7 @@ UChar Transliterator::filteredCharAt(const Replaceable& text, int32_t i) const {
* IMPORTANT: Upon entry, registryMutex must be LOCKED. The entirely
* initialization is done with the lock held. There is NO REASON to
* unlock, since no other thread that is waiting on the registryMutex
* can itself proceed until the registry is initialized.
* cannot itself proceed until the registry is initialized.
*/
UBool Transliterator::initializeRegistry() {
if (registry != 0) {