summaryrefslogtreecommitdiffstats
path: root/www/analyzer
diff options
context:
space:
mode:
authorAlex Lorenz <arphaman@gmail.com>2016-11-01 11:12:41 +0000
committerAlex Lorenz <arphaman@gmail.com>2016-11-01 11:12:41 +0000
commitf6b08c893fa9171f8fac608bc52805c771824d93 (patch)
treeb1a2b4c85196ffd942b445169579369b10c9a1c3 /www/analyzer
parent4e8953739582dd974a008c1d0a392d1a0cbd1608 (diff)
[www] Fix a typo on the analyzer website
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@285686 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/analyzer')
-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 ca6a185c1d..693331ae35 100644
--- a/www/analyzer/annotations.html
+++ b/www/analyzer/annotations.html
@@ -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>