From: Ted Kremenek Date: Mon, 27 Feb 2012 21:40:10 +0000 (+0000) Subject: Fix documentation typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ec5ce21187e9ad7fb5cf86079a0579e9ca068ce;p=clang Fix documentation typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151573 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/analyzer/annotations.html b/www/analyzer/annotations.html index 0104f6d44a..9e3583de3c 100644 --- a/www/analyzer/annotations.html +++ b/www/analyzer/annotations.html @@ -139,7 +139,7 @@ object that the caller is responsible for releasing (via sending a

Placing on Objective-C methods: For Objective-C methods, this annotation essentially tells the analyzer to treat the method as if its name -begins with "alloc" or "new" or contais the word +begins with "alloc" or "new" or contains the word "copy".

Placing on C functions: For C functions returning Cocoa objects, the