]> granicus.if.org Git - clang/commitdiff
[www] Fix a typo on the analyzer website
authorAlex Lorenz <arphaman@gmail.com>
Tue, 1 Nov 2016 11:12:41 +0000 (11:12 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Tue, 1 Nov 2016 11:12:41 +0000 (11:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@285686 91177308-0d34-0410-b5e6-96231b3b80d8

www/analyzer/annotations.html

index ca6a185c1d9b8bf603454839d555855d342f359a..693331ae35b66c4f94082237900f259bd77e0956 100644 (file)
@@ -434,7 +434,7 @@ to the given function or method. The CoreFoundation framework defines a macro
     
 <p>Operationally this attribute is nearly identical to 'ns_consumed' with the
 main difference that the reference count decrement still occurs when using
-Objective-C garbage collection (which is import for Core Foundation types,
+Objective-C garbage collection (which is important for Core Foundation types,
 which are not automatically garbage collected).</p>
 
 <p><b>Example</b></p>