mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2787 fix comment
X-SVN-Rev: 11825
This commit is contained in:
parent
7f4260a2cc
commit
231176f7de
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue