ICU-9248 fix fastCopyFrom lifetime comment

X-SVN-Rev: 31923
This commit is contained in:
Andy Heninger 2012-06-08 17:58:13 +00:00
parent 11a0f792f7
commit 3c69969daa

View File

@ -1825,7 +1825,7 @@ public:
* of making this string also a readonly alias to the same buffer.
*
* The fastCopyFrom function must be used only if it is known that the lifetime of
* this UnicodeString is at least as long as the lifetime of the aliased buffer
* this UnicodeString does not exceed the lifetime of the aliased buffer
* including its contents, for example for strings from resource bundles
* or aliases to string constants.
*