From: Andy Heninger Date: Fri, 8 Jun 2012 17:58:13 +0000 (+0000) Subject: ICU-9248 fix fastCopyFrom lifetime comment X-Git-Tag: milestone-59-0-1~3779 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c69969daa053c34710a7c8e2d81d276bac67758;p=icu ICU-9248 fix fastCopyFrom lifetime comment X-SVN-Rev: 31923 --- diff --git a/icu4c/source/common/unicode/unistr.h b/icu4c/source/common/unicode/unistr.h index 74b9fdea1ee..d8ec854145f 100644 --- a/icu4c/source/common/unicode/unistr.h +++ b/icu4c/source/common/unicode/unistr.h @@ -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. *