diff options
Diffstat (limited to 'clang')
-rw-r--r-- | clang/www/analyzer/annotations.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/analyzer/annotations.html b/clang/www/analyzer/annotations.html index 0104f6d44a3..9e3583de3ca 100644 --- a/clang/www/analyzer/annotations.html +++ b/clang/www/analyzer/annotations.html @@ -139,7 +139,7 @@ object that the caller is responsible for releasing (via sending a <p><b>Placing on Objective-C methods</b>: 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".</p> <p><b>Placing on C functions</b>: For C functions returning Cocoa objects, the |