From 8ec5ce21187e9ad7fb5cf86079a0579e9ca068ce Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Mon, 27 Feb 2012 21:40:10 +0000 Subject: [PATCH] Fix documentation typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151573 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/analyzer/annotations.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1