summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2012-02-27 21:40:10 +0000
committerTed Kremenek <kremenek@apple.com>2012-02-27 21:40:10 +0000
commit8ec5ce21187e9ad7fb5cf86079a0579e9ca068ce (patch)
tree78653f8bbe1ddf33dad3abaf84203df25b888664 /www
parent81fb169f42769e02c7425b23885a261c025fd5e6 (diff)
downloadclang-8ec5ce21187e9ad7fb5cf86079a0579e9ca068ce.tar.gz
clang-8ec5ce21187e9ad7fb5cf86079a0579e9ca068ce.tar.bz2
clang-8ec5ce21187e9ad7fb5cf86079a0579e9ca068ce.tar.xz
Fix documentation typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151573 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/analyzer/annotations.html2
1 files changed, 1 insertions, 1 deletions
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
<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 &quot;alloc&quot; or &quot;new&quot; or contais the word
+begins with &quot;alloc&quot; or &quot;new&quot; or contains the word
&quot;copy&quot;.</p>
<p><b>Placing on C functions</b>: For C functions returning Cocoa objects, the