]> granicus.if.org Git - clang/commitdiff
Fix documentation typo.
authorTed Kremenek <kremenek@apple.com>
Mon, 27 Feb 2012 21:40:10 +0000 (21:40 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 27 Feb 2012 21:40:10 +0000 (21:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151573 91177308-0d34-0410-b5e6-96231b3b80d8

www/analyzer/annotations.html

index 0104f6d44a3a1cc8a1d7fdc9a449b08d9c4ee988..9e3583de3cad39b53dcf39d4f3b29360fb19b6a8 100644 (file)
@@ -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